public class MarkerException extends ContainerException
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string 
 | 
mNestedContainerException| Constructor and Description | 
|---|
MarkerException()
Constructs a new MarkerException. 
 | 
MarkerException(java.lang.String pStr)
Constructs a new MarkerException with the given
 explanation. 
 | 
MarkerException(java.lang.String pStr,
               java.lang.String pErrorCode)
Create a new MarkerException with a message and error code 
 | 
MarkerException(java.lang.String pStr,
               java.lang.String pErrorCode,
               java.lang.Object... pAttributes)
Create an exception with a message, error code, dev message and more info 
 | 
MarkerException(java.lang.String pStr,
               java.lang.String pErrorCode,
               java.lang.Throwable pSourceException)
Create an exception with a message and error code 
 | 
MarkerException(java.lang.String pStr,
               java.lang.Throwable pSourceException)
Constructs a new MarkerException with the given
 explanation. 
 | 
MarkerException(java.lang.String pStr,
               java.lang.Throwable pSourceException,
               java.lang.String pErrorCode,
               java.lang.Object... pAttributes)
Create an exception with a message, source exception, error code,
 dev message and more info. 
 | 
MarkerException(java.lang.Throwable pSourceException)
Constructs a new MarkerException. 
 | 
MarkerException(java.lang.Throwable pSourceException,
               java.lang.String pErrorCode)
Throwable exception including an error code. 
 | 
appendExtraInfo, containsInheritableInfo, getAttributes, getErrorCode, getMessageArguments, getNestedContainerException, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setAttributes, setErrorCode, setMessageArguments, setNestedContainerException, setSourceException, toString, toStringpublic MarkerException()
public MarkerException(java.lang.String pStr)
public MarkerException(java.lang.Throwable pSourceException)
pSourceException - the initial exception which was the root
 cause of the problempublic MarkerException(java.lang.String pStr,
                       java.lang.Throwable pSourceException)
pSourceException - the initial exception which was the root
 cause of the problempublic MarkerException(java.lang.Throwable pSourceException,
                       java.lang.String pErrorCode)
pSourceException - Throwable of the source exception.pErrorCode - String of the error code.public MarkerException(java.lang.String pStr,
                       java.lang.String pErrorCode)
pStr - the error messagepErrorCode - the error codepublic MarkerException(java.lang.String pStr,
                       java.lang.String pErrorCode,
                       java.lang.Throwable pSourceException)
pStr - the error messagepErrorCode - the error codepSourceException - the source exception, if any.public MarkerException(java.lang.String pStr,
                       java.lang.String pErrorCode,
                       java.lang.Object... pAttributes)
pStr - the error messagepErrorCode - the error codepAttributes - additional attributes to associate with the errorpublic MarkerException(java.lang.String pStr,
                       java.lang.Throwable pSourceException,
                       java.lang.String pErrorCode,
                       java.lang.Object... pAttributes)
pStr - the error messagepSourceException - the source exceptionpErrorCode - the error codepAttributes - additional attributes to associate with the error