org.jxcl.cl
Class GraphBuildException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.jxcl.cl.GraphBuildException
All Implemented Interfaces:
java.io.Serializable

public class GraphBuildException
extends java.lang.RuntimeException

An exception that occurs while building a control flow graph for a method.

Author:
< a href="mailto:jddixon@users.sourceforge.net">Jim Dixon
See Also:
Serialized Form

Constructor Summary
GraphBuildException()
           
GraphBuildException(java.lang.String msg)
           
GraphBuildException(java.lang.String msg, java.lang.Throwable cause)
           
GraphBuildException(java.lang.Throwable cause)
           
 
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

GraphBuildException

public GraphBuildException()

GraphBuildException

public GraphBuildException(java.lang.String msg)

GraphBuildException

public GraphBuildException(java.lang.String msg,
                           java.lang.Throwable cause)

GraphBuildException

public GraphBuildException(java.lang.Throwable cause)