com.jinsight.jetchart
Class GraphException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.jinsight.jetchart.GraphException
All Implemented Interfaces:
java.io.Serializable

public class GraphException
extends java.lang.RuntimeException

The GraphException class handles exceptions only raised by the JetChart Library classes.

See Also:
Serialized Form

Constructor Summary
GraphException(java.lang.String message)
          Creates a GraphException object.
 
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

GraphException

public GraphException(java.lang.String message)
Creates a GraphException object.
Parameters:
message - A String object containing exception message.