phrase nets
Public Member Functions
pn::PNException Class Reference

List of all members.

Public Member Functions

 PNException ()
 PNException (String message)
 PNException (Throwable cause)
 PNException (String message, Throwable cause)

Detailed Description

Base class for exceptions thrown by the application.


Constructor & Destructor Documentation

pn::PNException::PNException ( ) [inline]

Ctor.

pn::PNException::PNException ( String  message) [inline]

Ctor.

Parameters:
messageThe error message
pn::PNException::PNException ( Throwable  cause) [inline]

Ctor.

Parameters:
causeThe cause of the error
pn::PNException::PNException ( String  message,
Throwable  cause 
) [inline]

Ctor.

Parameters:
messageThe error message
causeThe cause of the error

The documentation for this class was generated from the following file:
 All Classes Functions Variables