public class ExceptionCheckerError extends Exception
Constructor and Description |
---|
ExceptionCheckerError(SootMethod m,
SootClass sc,
Stmt s,
SourceLnPosTag pos) |
Modifier and Type | Method and Description |
---|---|
SootClass |
excType() |
void |
excType(SootClass sc) |
SootMethod |
method() |
void |
method(SootMethod sm) |
SourceLnPosTag |
position() |
void |
position(SourceLnPosTag pos) |
Stmt |
throwing() |
void |
throwing(Stmt s) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ExceptionCheckerError(SootMethod m, SootClass sc, Stmt s, SourceLnPosTag pos)
public SootMethod method()
public void method(SootMethod sm)
public SootClass excType()
public void excType(SootClass sc)
public Stmt throwing()
public void throwing(Stmt s)
public SourceLnPosTag position()
public void position(SourceLnPosTag pos)