org.jtool.jxplatform.graph
Class GraphException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jtool.jxplatform.graph.GraphException
All Implemented Interfaces:
java.io.Serializable

public class GraphException
extends java.lang.Exception

An object encapsulating a fatal error about the construction of CFGs and PDGs.

Author:
Katsuhisa Maruyama
See Also:
Serialized Form

Constructor Summary
protected GraphException()
          Creates a new exception with null as its detail message.
  GraphException(java.lang.String mesg)
          Creates a new exception with a specified message.
 
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

protected GraphException()
Creates a new exception with null as its detail message.


GraphException

public GraphException(java.lang.String mesg)
Creates a new exception with a specified message.

Parameters:
mesg - A detail message.