edu.isi.powerloom.gui.common
Class AppException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--edu.isi.powerloom.gui.common.AppException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AppServerException, ClientException

public class AppException
extends java.lang.Exception

This is the top-level application exception.

Since:
Mon Feb 25 00:25:34 2002
Author:
Eric Melz
See Also:
Serialized Form

Field Summary
protected  java.lang.Throwable nestedException
           
 
Constructor Summary
AppException()
           
AppException(java.lang.String message)
           
AppException(java.lang.Throwable nestedException)
           
 
Method Summary
 java.lang.Throwable getNestedException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

nestedException

protected java.lang.Throwable nestedException
Constructor Detail

AppException

public AppException()

AppException

public AppException(java.lang.String message)

AppException

public AppException(java.lang.Throwable nestedException)
Method Detail

getNestedException

public java.lang.Throwable getNestedException()


Copyright © 2002 University of Southern California Information Sciences Institute. All Rights Reserved.