public class DataFlowException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
Instruction |
ins |
MethodInfo |
meth |
java.lang.String |
msg |
| Constructor and Description |
|---|
DataFlowException(MethodInfo m,
Instruction at,
java.lang.String s) |
public MethodInfo meth
public Instruction ins
public java.lang.String msg
public DataFlowException(MethodInfo m, Instruction at, java.lang.String s)