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
ConstructorDescriptionConstructs anUnsetFileException
with "unset" as its detail message.Constructs anUnsetFileException
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
-
UnsetFileException
public UnsetFileException()Constructs anUnsetFileException
with "unset" as its detail message. -
UnsetFileException
Constructs anUnsetFileException
with the specified detail message. The error message strings
can later be retrieved by theThrowable.getMessage()
method of classThrowable
.- Parameters:
s
- the detail message.
-