All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.jclark.xml.parse.ApplicationException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----com.jclark.xml.parse.ApplicationException

public class ApplicationException
extends Exception
Thrown to indicate that a method in Application has thrown an Exception. An ApplicationException is not thrown when a method in Application throws an exception derived from RuntimeException.


Constructor Index

 o ApplicationException(Exception)

Method Index

 o getException()
Returns the exception thrown by the Application method.

Constructors

 o ApplicationException
 public ApplicationException(Exception e)

Methods

 o getException
 public Exception getException()
Returns the exception thrown by the Application method.


All Packages  Class Hierarchy  This Package  Previous  Next  Index