Main Page | Packages | Class Hierarchy | Alphabetical List | Class List | File List | Class Members

AppException Class Reference

Inheritance diagram for AppException:

Inheritance graph
[legend]
Collaboration diagram for AppException:

Collaboration graph
[legend]
List of all members.

Detailed Description

An application exception class.

Author:
Author
tvaline
Version:
Revision
1.4
,
Date
2005/03/05 04:06:16

Definition at line 27 of file AppException.java.

Public Member Functions

 AppException (String msg)
 Creates a new AppException object.
 AppException ()
 Creates a new AppException object.
String toString ()
 Returns a string representation of this object.


Constructor & Destructor Documentation

AppException  ) 
 

Creates a new AppException object.

Definition at line 32 of file AppException.java.

00032 {}

AppException String  msg  ) 
 

Creates a new AppException object.

Parameters:
msg An error message describing the exception.

Definition at line 39 of file AppException.java.

00039 {super(msg);}


Member Function Documentation

String toString  ) 
 

Returns a string representation of this object.

Returns:
The physical address of this instance.

Definition at line 46 of file AppException.java.

00046 {return super.toString();}


The documentation for this class was generated from the following file:
Generated on Tue Nov 1 23:43:40 2005 for JavaBasicApplicationFrameworkAPI(JBAF) by  doxygen 1.4.2