public class DataflowAnalysisException extends CheckedAnalysisException
Dataflow,
DataflowAnalysis,
Serialized Form| Constructor and Description |
|---|
DataflowAnalysisException()
Constructor.
|
DataflowAnalysisException(String msg)
Constructor.
|
DataflowAnalysisException(String message,
org.apache.bcel.generic.MethodGen methodGen,
org.apache.bcel.generic.InstructionHandle handle)
Constructor from method and instruction.
|
DataflowAnalysisException(String message,
org.apache.bcel.generic.MethodGen methodGen,
org.apache.bcel.generic.InstructionHandle handle,
Throwable cause)
Constructor from message, method and instruction, and Throwable object
(cause).
|
DataflowAnalysisException(String msg,
Throwable cause)
Constructor from message and another Throwable object.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DataflowAnalysisException()
public DataflowAnalysisException(String msg)
msg - message describing the reason for the exceptionpublic DataflowAnalysisException(String msg, Throwable cause)
msg - message describing the reason for the exceptioncause - a Throwable which is the cause of the exceptionpublic DataflowAnalysisException(String message, org.apache.bcel.generic.MethodGen methodGen, org.apache.bcel.generic.InstructionHandle handle)
message - reason for the errormethodGen - the methodhandle - the instructionpublic DataflowAnalysisException(String message, org.apache.bcel.generic.MethodGen methodGen, org.apache.bcel.generic.InstructionHandle handle, Throwable cause)
message - reason for the errormethodGen - the methodhandle - the instructioncause - a Throwable which is the cause of the exceptionCopyright © 2003–2015. All rights reserved.