public class InvalidMarkerException extends MarkerException
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
| 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.
|
getMessageArguments, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setMessageArguments, 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