Package org.anchoranalysis.spatial.axis
Class AxisConversionException
Object
Throwable
Exception
org.anchoranalysis.core.exception.AnchorCheckedException
org.anchoranalysis.core.exception.friendly.AnchorFriendlyCheckedException
org.anchoranalysis.spatial.axis.AxisConversionException
- All Implemented Interfaces:
Serializable,HasFriendlyErrorMessage
public class AxisConversionException extends AnchorFriendlyCheckedException
When converting another type to a corresponding
Axis fails.- Author:
- Owen Feehan
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description AxisConversionException(String message)Create with a messsage, without an underlying cause. -
Method Summary
Methods inherited from class org.anchoranalysis.core.exception.friendly.AnchorFriendlyCheckedException
friendlyMessage, friendlyMessageHierarchy, friendlyMessageHierarchy, stackTraceMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AxisConversionException
Create with a messsage, without an underlying cause.- Parameters:
message- the message
-