Class OWFileNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.dalsemi.onewire.application.file.OWFileNotFoundException
- All Implemented Interfaces:
Serializable
Signals that an attempt to open the file on a 1-Wire device denoted.
This exception will be thrown by the OWFileInputStream
and
OWFileOutputStream
constructors when a file with the specified
pathname does not exist on the 1-Wire memory device.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs aFileNotFoundException
withnull
as its error detail message.Constructs aFileNotFoundException
with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OWFileNotFoundException
public OWFileNotFoundException()Constructs aFileNotFoundException
withnull
as its error detail message. -
OWFileNotFoundException
Constructs aFileNotFoundException
with the specified detail message.- Parameters:
s
- the detail message.
-