public class AnalysisException extends UncheckedAnalysisException
| Constructor | Description |
|---|---|
AnalysisException(java.lang.String message) |
Constructor.
|
AnalysisException(java.lang.String message,
java.lang.Throwable throwable) |
Constructor from another Throwable object.
|
AnalysisException(java.lang.String message,
org.apache.bcel.generic.MethodGen methodGen,
java.lang.Throwable throwable) |
Constructor from MethodGen and another Throwable object.
|
AnalysisException(java.lang.String message,
org.apache.bcel.generic.MethodGen methodGen,
org.apache.bcel.generic.Instruction ins) |
Constructor from method and instruction.
|
AnalysisException(java.lang.String message,
org.apache.bcel.generic.MethodGen methodGen,
org.apache.bcel.generic.InstructionHandle handle) |
Constructor from method and instruction.
|
AnalysisException(java.lang.String message,
org.apache.bcel.generic.MethodGen methodGen,
org.apache.bcel.generic.InstructionHandle handle,
java.lang.Throwable throwable) |
Constructor from method, instruction, and causing Throwable object.
|
AnalysisException(java.lang.String message,
org.apache.bcel.generic.MethodGen methodGen,
org.apache.bcel.generic.Instruction ins,
java.lang.Throwable throwable) |
Constructor from method, instruction, and causing Throwable object.
|
public AnalysisException(java.lang.String message)
message - reason for the errorpublic AnalysisException(java.lang.String message,
java.lang.Throwable throwable)
message - reason for the errorthrowable - cause of the errorpublic AnalysisException(java.lang.String message,
org.apache.bcel.generic.MethodGen methodGen,
java.lang.Throwable throwable)
message - reason for the errormethodGen - the methodthrowable - cause of the errorpublic AnalysisException(java.lang.String message,
org.apache.bcel.generic.MethodGen methodGen,
org.apache.bcel.generic.InstructionHandle handle)
message - reason for the errormethodGen - the methodhandle - the instructionpublic AnalysisException(java.lang.String message,
org.apache.bcel.generic.MethodGen methodGen,
org.apache.bcel.generic.Instruction ins)
message - reason for the errormethodGen - the methodins - the instructionpublic AnalysisException(java.lang.String message,
org.apache.bcel.generic.MethodGen methodGen,
org.apache.bcel.generic.InstructionHandle handle,
java.lang.Throwable throwable)
message - reason for the errormethodGen - the methodhandle - the instructionthrowable - the cause of the errorpublic AnalysisException(java.lang.String message,
org.apache.bcel.generic.MethodGen methodGen,
org.apache.bcel.generic.Instruction ins,
java.lang.Throwable throwable)
message - reason for the errormethodGen - the methodins - the instructionthrowable - the cause of the errorFindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.