soot.jimple.toolkits.base
Class ExceptionCheckerError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by soot.jimple.toolkits.base.ExceptionCheckerError
All Implemented Interfaces:
Serializable

public class ExceptionCheckerError
extends Exception

See Also:
Serialized Form

Constructor Summary
ExceptionCheckerError(SootMethod m, SootClass sc, Stmt s, SourceLnPosTag pos)
           
 
Method Summary
 SootClass excType()
           
 void excType(SootClass sc)
           
 SootMethod method()
           
 void method(SootMethod sm)
           
 SourceLnPosTag position()
           
 void position(SourceLnPosTag pos)
           
 Stmt throwing()
           
 void throwing(Stmt s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExceptionCheckerError

public ExceptionCheckerError(SootMethod m,
                             SootClass sc,
                             Stmt s,
                             SourceLnPosTag pos)
Method Detail

method

public SootMethod method()

method

public void method(SootMethod sm)

excType

public SootClass excType()

excType

public void excType(SootClass sc)

throwing

public Stmt throwing()

throwing

public void throwing(Stmt s)

position

public SourceLnPosTag position()

position

public void position(SourceLnPosTag pos)