public class MatchException extends ContainerException
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION |
| Constructor and Description |
|---|
MatchException()
Default constructor.
|
MatchException(java.lang.String pStr)
Constructor which takes String input.
|
MatchException(java.lang.String pStr,
java.lang.Throwable pSourceException)
Constructor that takes another exception to wrap it, and also String.
|
MatchException(java.lang.Throwable pSourceException)
Constructor that takes another exception to wrap it.
|
getMessageArguments, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setMessageArguments, setSourceException, toString, toStringpublic MatchException()
public MatchException(java.lang.String pStr)
public MatchException(java.lang.Throwable pSourceException)
public MatchException(java.lang.String pStr,
java.lang.Throwable pSourceException)