Class AnchorNeverOccursException
Object
Throwable
Exception
RuntimeException
AnchorRuntimeException
AnchorNeverOccursException
- All Implemented Interfaces:
Serializable
This is an exception that should never be thrown, but can be used for type-safety where an
exception is needed.
- Author:
- Owen Feehan
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.anchoranalysis.core.exception.AnchorRuntimeException
toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
AnchorNeverOccursException
public AnchorNeverOccursException()
-