Class IncorrectVoxelTypeException
Object
Throwable
Exception
RuntimeException
org.anchoranalysis.core.exception.AnchorRuntimeException
org.anchoranalysis.core.exception.friendly.AnchorFriendlyRuntimeException
org.anchoranalysis.image.voxel.datatype.IncorrectVoxelTypeException
- All Implemented Interfaces:
Serializable,HasFriendlyErrorMessage
public class IncorrectVoxelTypeException extends AnchorFriendlyRuntimeException
When an unexpected
VoxelDataType is encountered.- Author:
- Owen Feehan
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description IncorrectVoxelTypeException(String message)Create with only a message.IncorrectVoxelTypeException(Throwable cause)Create with only a cause. -
Method Summary
Methods inherited from class org.anchoranalysis.core.exception.friendly.AnchorFriendlyRuntimeException
friendlyMessage, friendlyMessageHierarchy, friendlyMessageHierarchyMethods 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.
-