Package com.xinapse.image
Class InvalidColourMappingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.xinapse.image.InvalidColourMappingException
- All Implemented Interfaces:
Serializable
Signals that an error has occurred while trying to read or generate a colour
mapping.
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs anInvalidColourMappingException
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
-
InvalidColourMappingException
Constructs anInvalidColourMappingException
with the specified detail message. The error message strings
can later be retrieved by theThrowable.getMessage()
method of classThrowable
.- Parameters:
s
- the detail message.
-