edu.hawaii.ics.yucheng
Class GraphException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.hawaii.ics.yucheng.GraphException
All Implemented Interfaces:
java.io.Serializable

 class GraphException
extends java.lang.RuntimeException

An exception thrown within the Applet.


Constructor Summary
GraphException(java.lang.String message)
          Initializes a new instance of the class.
GraphException(java.lang.String message, java.lang.Throwable cause)
          Initializes a new instance of the class.
 
Method Summary
 
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
 

Constructor Detail

GraphException

public GraphException(java.lang.String message)
Initializes a new instance of the class.

Parameters:
message - The message.

GraphException

public GraphException(java.lang.String message,
                      java.lang.Throwable cause)
Initializes a new instance of the class.

Parameters:
message - The message.
cause - The original cause of the exception.