public class MarkerException extends ContainerException
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
| 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.Throwable pSourceException)
Constructs a new MarkerException with the given
explanation.
|
MarkerException(java.lang.Throwable pSourceException)
Constructs a new MarkerException.
|
getMessageArguments, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setMessageArguments, 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 problem