Package com.xinapse.multisliceimage
Class InfoNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.xinapse.multisliceimage.InfoNotFoundException
- All Implemented Interfaces:
Serializable
Signals that information about an
InfoStorer
has not been found.- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs anInfoNotFoundException
withnull
as its detail message.Constructs anInfoNotFoundException
with the specified detail message.InfoNotFoundException
(String message, Throwable cause) Constructs anInfoNotFoundException
with the specified cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InfoNotFoundException
public InfoNotFoundException()Constructs anInfoNotFoundException
withnull
as its detail message. -
InfoNotFoundException
Constructs anInfoNotFoundException
with the specified detail message. The error message strings
can later be retrieved by theThrowable.getMessage()
method of classThrowable
.- Parameters:
s
- the detail message.
-
InfoNotFoundException
Constructs anInfoNotFoundException
with the specified cause.- Parameters:
message
- the detail message.cause
- the cause.
-