Package com.xinapse.io
Class UnsetFileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.xinapse.io.UnsetFileException
- All Implemented Interfaces:
Serializable
Thrown when a file that should be set, has not been set by a user in a Component used to
select a file.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs anUnsetFileExceptionwith "unset" as its detail message.Constructs anUnsetFileExceptionwith 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
-
UnsetFileException
public UnsetFileException()Constructs anUnsetFileExceptionwith "unset" as its detail message. -
UnsetFileException
Constructs anUnsetFileExceptionwith the specified detail message. The error message stringscan later be retrieved by theThrowable.getMessage()method of classThrowable.- Parameters:
s- the detail message.
-