public abstract class StructureException
extends org.refcodes.exception.AbstractException
StructureException is the base checked exception for this
package.org.refcodes.exception.ErrorCodeAccessor.ErrorCodeBuilder<B extends org.refcodes.exception.ErrorCodeAccessor.ErrorCodeBuilder<B>>, org.refcodes.exception.ErrorCodeAccessor.ErrorCodeMutator, org.refcodes.exception.ErrorCodeAccessor.ErrorCodeProperty| Constructor and Description |
|---|
StructureException(String message)
Instantiates a new net runtime exception.
|
StructureException(String aMessage,
String aErrorCode)
Instantiates a new net runtime exception.
|
StructureException(String message,
Throwable cause)
Instantiates a new net runtime exception.
|
StructureException(String aMessage,
Throwable aCause,
String aErrorCode)
Instantiates a new net runtime exception.
|
StructureException(Throwable cause)
Instantiates a new net runtime exception.
|
StructureException(Throwable aCause,
String aErrorCode)
Instantiates a new net runtime exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic StructureException(String aMessage, String aErrorCode)
aMessage - the messageaErrorCode - the error codepublic StructureException(String aMessage, Throwable aCause, String aErrorCode)
aMessage - the messageaCause - the causeaErrorCode - the error codepublic StructureException(String message, Throwable cause)
message - the messagecause - the causepublic StructureException(String message)
message - the messagepublic StructureException(Throwable aCause, String aErrorCode)
aCause - the causeaErrorCode - the error codepublic StructureException(Throwable cause)
cause - the causeCopyright © 2017. All rights reserved.