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
ConstructorsConstructorDescriptionConstructs anInfoNotFoundExceptionwithnullas its detail message.Constructs anInfoNotFoundExceptionwith the specified detail message.InfoNotFoundException(String message, Throwable cause) Constructs anInfoNotFoundExceptionwith 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 anInfoNotFoundExceptionwithnullas its detail message. -
InfoNotFoundException
Constructs anInfoNotFoundExceptionwith the specified detail message. The error message stringscan later be retrieved by theThrowable.getMessage()method of classThrowable.- Parameters:
s- the detail message.
-
InfoNotFoundException
Constructs anInfoNotFoundExceptionwith the specified cause.- Parameters:
message- the detail message.cause- the cause.
-