Class ImageJConversionException
Object
Throwable
Exception
AnchorCheckedException
AnchorFriendlyCheckedException
ImageJConversionException
- All Implemented Interfaces:
Serializable
,HasFriendlyErrorMessage
When conversion to ImageJ data/type is not possible, or an error occurs during conversion.
- Author:
- Owen Feehan
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates with a message.ImageJConversionException
(String message) Creates with a message. -
Method Summary
Methods inherited from class org.anchoranalysis.core.exception.friendly.AnchorFriendlyCheckedException
friendlyMessage, friendlyMessageHierarchy, friendlyMessageHierarchy, stackTrace
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ImageJConversionException
Creates with a message.- Parameters:
message
- the message for the exception
-
ImageJConversionException
Creates with a message.- Parameters:
cause
- what caused this exception to be thrown
-