net.sourceforge.e4graph
Class E4GraphException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--net.sourceforge.e4graph.E4GraphException
All Implemented Interfaces:
java.io.Serializable

public class E4GraphException
extends java.lang.Exception

An exception that provides information on a graph access error or other errors.

Author:
Ryan Shaw
See Also:
Serialized Form

Constructor Summary
E4GraphException()
          Creates a new E4GraphException.
E4GraphException(java.lang.String message)
          Creates a new E4GraphException with a message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

E4GraphException

public E4GraphException()
Creates a new E4GraphException.

E4GraphException

public E4GraphException(java.lang.String message)
Creates a new E4GraphException with a message.
Parameters:
message - the reason for this exception


Copyright (c) 2001, Silver Egg Technology Co., Ltd.