public class MatchException extends ContainerException
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION  | 
mNestedContainerException| 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. 
 | 
appendExtraInfo, containsInheritableInfo, getAttributes, getErrorCode, getMessageArguments, getNestedContainerException, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setAttributes, setErrorCode, setMessageArguments, setNestedContainerException, 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)