jbet
Class DataFlowException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jbet.DataFlowException
All Implemented Interfaces:
java.io.Serializable

public class DataFlowException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
 Instruction ins
           
 MethodInfo meth
           
 java.lang.String msg
           
 
Constructor Summary
DataFlowException(MethodInfo m, Instruction at, java.lang.String s)
           
 
Method Summary
 
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
 

Field Detail

meth

public MethodInfo meth

ins

public Instruction ins

msg

public java.lang.String msg
Constructor Detail

DataFlowException

public DataFlowException(MethodInfo m,
                         Instruction at,
                         java.lang.String s)