org.quilt.cl
Class GraphBuildException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.quilt.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="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)


Copyright © 2001-2003 Apache Software Foundation. All Rights Reserved.