public class InvalidMarkerException extends MarkerException
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
mNestedContainerException| Constructor and Description |
|---|
InvalidMarkerException()
Constructs a new MarkerException.
|
InvalidMarkerException(java.lang.String pStr)
Constructs a new InvalidMarkerException with the given
explanation.
|
InvalidMarkerException(java.lang.String pStr,
java.lang.Throwable pSourceException)
Constructs a new InvalidMarkerException with the given
explanation.
|
InvalidMarkerException(java.lang.Throwable pSourceException)
Constructs a new InvalidMarkerException.
|
appendExtraInfo, containsInheritableInfo, getAttributes, getErrorCode, getMessageArguments, getNestedContainerException, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setAttributes, setErrorCode, setMessageArguments, setNestedContainerException, setSourceException, toString, toStringpublic InvalidMarkerException()
public InvalidMarkerException(java.lang.String pStr)
public InvalidMarkerException(java.lang.Throwable pSourceException)
pSourceException - the initial exception which was the root
cause of the problempublic InvalidMarkerException(java.lang.String pStr,
java.lang.Throwable pSourceException)
pSourceException - the initial exception which was the root
cause of the problem