Main Page   Packages   Class Hierarchy   Compound List   File List   Compound Members  

meapsoft.ExceptionHandler Class Reference

Inheritance diagram for meapsoft.ExceptionHandler:

Inheritance graph
[legend]
List of all members.

Detailed Description

Standard interface for exception handlers.

Whenever an application catches an Exception that it wants to handle in a standardized way should pass it along to the handleException method of a class that implements this interface.

This is used to allow for a single interface to be used for exception handling in text mode utilities and MEAPsoftGUI.

Author:
Ron Weiss ([email protected])

Definition at line 37 of file ExceptionHandler.java.

Public Methods

void handleException (Exception e)
 Simple ExceptionHandler that just prints a stack trace and exits.


The documentation for this class was generated from the following file:
Generated on Tue Feb 6 19:02:29 2007 for MEAPsoft by doxygen1.2.18