|
phrase nets
|
Public Member Functions | |
| PNException () | |
| PNException (String message) | |
| PNException (Throwable cause) | |
| PNException (String message, Throwable cause) | |
Base class for exceptions thrown by the application.
| pn::PNException::PNException | ( | ) | [inline] |
Ctor.
| pn::PNException::PNException | ( | String | message | ) | [inline] |
Ctor.
| message | The error message |
| pn::PNException::PNException | ( | Throwable | cause | ) | [inline] |
Ctor.
| cause | The cause of the error |
| pn::PNException::PNException | ( | String | message, |
| Throwable | cause | ||
| ) | [inline] |
Ctor.
| message | The error message |
| cause | The cause of the error |
1.7.4