Method | Description | |
---|---|---|
PatternError ( |
Construct an exception that holds another exception.
|
|
PatternError ( String msg ) : System |
Construct a message exception.
|
public PatternError ( |
||
t | The other exception. | |
return | System |
public PatternError ( String msg ) : System | ||
msg | String | The exception message. |
return | System |