Class IncorrectVoxelTypeException
Object
Throwable
Exception
RuntimeException
AnchorRuntimeException
AnchorFriendlyRuntimeException
IncorrectVoxelTypeException
- All Implemented Interfaces:
Serializable,HasFriendlyErrorMessage
When an unexpected
VoxelDataType is encountered.- Author:
- Owen Feehan
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIncorrectVoxelTypeException(String message) Create with only a message.Create with only a cause. -
Method Summary
Methods inherited from class org.anchoranalysis.core.exception.friendly.AnchorFriendlyRuntimeException
friendlyMessage, friendlyMessageHierarchy, friendlyMessageHierarchyMethods inherited from class org.anchoranalysis.core.exception.AnchorRuntimeException
toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
IncorrectVoxelTypeException
Create with only a message.- Parameters:
message- the message.
-
IncorrectVoxelTypeException
Create with only a cause.- Parameters:
cause- the cause.
-