public class AnalysisException extends UncheckedAnalysisException
| Constructor and Description |
|---|
AnalysisException(String message)
Constructor.
|
AnalysisException(String message,
org.apache.bcel.generic.MethodGen methodGen,
org.apache.bcel.generic.Instruction ins)
Constructor from method and instruction.
|
AnalysisException(String message,
org.apache.bcel.generic.MethodGen methodGen,
org.apache.bcel.generic.InstructionHandle handle)
Constructor from method and instruction.
|
AnalysisException(String message,
org.apache.bcel.generic.MethodGen methodGen,
org.apache.bcel.generic.InstructionHandle handle,
Throwable throwable)
Constructor from method, instruction, and causing Throwable object.
|
AnalysisException(String message,
org.apache.bcel.generic.MethodGen methodGen,
org.apache.bcel.generic.Instruction ins,
Throwable throwable)
Constructor from method, instruction, and causing Throwable object.
|
AnalysisException(String message,
org.apache.bcel.generic.MethodGen methodGen,
Throwable throwable)
Constructor from MethodGen and another Throwable object.
|
AnalysisException(String message,
Throwable throwable)
Constructor from another Throwable object.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AnalysisException(String message)
message - reason for the errorpublic AnalysisException(String message, Throwable throwable)
message - reason for the errorthrowable - cause of the errorpublic AnalysisException(String message, org.apache.bcel.generic.MethodGen methodGen, Throwable throwable)
message - reason for the errormethodGen - the methodthrowable - cause of the errorpublic AnalysisException(String message, org.apache.bcel.generic.MethodGen methodGen, org.apache.bcel.generic.InstructionHandle handle)
message - reason for the errormethodGen - the methodhandle - the instructionpublic AnalysisException(String message, org.apache.bcel.generic.MethodGen methodGen, org.apache.bcel.generic.Instruction ins)
message - reason for the errormethodGen - the methodins - the instructionpublic AnalysisException(String message, org.apache.bcel.generic.MethodGen methodGen, org.apache.bcel.generic.InstructionHandle handle, Throwable throwable)
message - reason for the errormethodGen - the methodhandle - the instructionthrowable - the cause of the errorpublic AnalysisException(String message, org.apache.bcel.generic.MethodGen methodGen, org.apache.bcel.generic.Instruction ins, Throwable throwable)
message - reason for the errormethodGen - the methodins - the instructionthrowable - the cause of the errorCopyright © 2003–2015. All rights reserved.