edu.isi.powerloom.gui.common
Class ClientException

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

public class ClientException
extends AppException

This represents application exceptions that occur on the client side (that is, within the GUI). Other GUI-side exceptions should inherit this base class.

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

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

Constructor Detail

ClientException

public ClientException()

ClientException

public ClientException(java.lang.String message)

ClientException

public ClientException(java.lang.Throwable e)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable


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