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