Class HalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.refcodes.exception.AbstractException
org.refcodes.hal.HalException
- All Implemented Interfaces:
Serializable, ErrorCodeAccessor, Trap
The base exception for HAL related issues.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface ErrorCodeAccessor
ErrorCodeAccessor.ErrorCodeBuilder<B>, ErrorCodeAccessor.ErrorCodeMutator, ErrorCodeAccessor.ErrorCodeProperty -
Constructor Summary
ConstructorsConstructorDescriptionHalException(String aMessage) Instantiates the classHalException.HalException(String aMessage, String aErrorCode) Instantiates the classHalException.HalException(String aMessage, Throwable aCause) Instantiates the classHalException.HalException(String aMessage, Throwable aCause, String aErrorCode) Instantiates the classHalException.HalException(Throwable aCause) Instantiates the classHalException.HalException(Throwable aCause, String aErrorCode) Instantiates the classHalException. -
Method Summary
Methods inherited from class AbstractException
getErrorCode, getMessageMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Trap
getPatternArguments, toLocalizedMessage, toMessage, toMessage, toMessage, toShortLocalizedMessage, toShortMessage
-
Constructor Details
-
HalException
Instantiates the classHalException.- Parameters:
aMessage- seeAbstractException(String, String)aErrorCode- seeAbstractException(String, String)- See Also:
-
HalException
Instantiates the classHalException.- Parameters:
aMessage- seeAbstractException(String, Throwable, String)aCause- seeAbstractException(String, Throwable, String)aErrorCode- seeAbstractException(String, Throwable, String)- See Also:
-
HalException
Instantiates the classHalException.- Parameters:
aMessage- seeAbstractException(String, Throwable)aCause- seeAbstractException(String, Throwable)- See Also:
-
HalException
Instantiates the classHalException.- Parameters:
aMessage- seeAbstractException(String)- See Also:
-
HalException
Instantiates the classHalException.- Parameters:
aCause- seeAbstractException(Throwable, String)aErrorCode- seeAbstractException(Throwable, String)- See Also:
-
HalException
Instantiates the classHalException.- Parameters:
aCause- seeAbstractException(Throwable)- See Also:
-