org::gnu::pilotlink::PilotLinkException Class Reference

Inheritance diagram for org::gnu::pilotlink::PilotLinkException:

Inheritance graph
[legend]
Collaboration diagram for org::gnu::pilotlink::PilotLinkException:

Collaboration graph
[legend]

Detailed Description

Definition at line 3 of file PilotLinkException.java.

Package Functions

 PilotLinkException ()
 PilotLinkException (String s)


Constructor & Destructor Documentation

org::gnu::pilotlink::PilotLinkException::PilotLinkException (  )  [inline, package]

Definition at line 5 of file PilotLinkException.java.

00006     {
00007         super();
00008     }

org::gnu::pilotlink::PilotLinkException::PilotLinkException ( String  s  )  [inline, package]

Definition at line 10 of file PilotLinkException.java.

00011     {
00012         super(s);
00013     }


The documentation for this class was generated from the following file:
© 1996-2007 by pilot-link.org. All rights reserved.