Public Member Functions

pav::lib::PAVException Class Reference

List of all members.

Public Member Functions

 PAVException ()
 PAVException (String message)
 PAVException (Throwable cause)
 PAVException (String message, Throwable cause)

Detailed Description

Base class of all PAV-specific exceptions.

Author:
christopher

Constructor & Destructor Documentation

pav::lib::PAVException::PAVException (  )  [inline]

Ctor.

pav::lib::PAVException::PAVException ( String  message  )  [inline]

Ctor.

Parameters:
message The error message
pav::lib::PAVException::PAVException ( Throwable  cause  )  [inline]

Ctor.

Parameters:
cause The cause of the error
pav::lib::PAVException::PAVException ( String  message,
Throwable  cause 
) [inline]

Ctor.

Parameters:
message The error message
cause The cause of the error

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