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