soot
Class CompilationDeathException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by soot.CompilationDeathException
All Implemented Interfaces:
Serializable

public class CompilationDeathException
extends RuntimeException

See Also:
Serialized Form

Field Summary
static int COMPILATION_ABORTED
           
static int COMPILATION_SUCCEEDED
           
 
Constructor Summary
CompilationDeathException(int status)
           
CompilationDeathException(int status, String msg)
           
CompilationDeathException(String msg)
           
CompilationDeathException(String msg, Throwable t)
           
 
Method Summary
 int getStatus()
           
 
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
 

Field Detail

COMPILATION_ABORTED

public static final int COMPILATION_ABORTED
See Also:
Constant Field Values

COMPILATION_SUCCEEDED

public static final int COMPILATION_SUCCEEDED
See Also:
Constant Field Values
Constructor Detail

CompilationDeathException

public CompilationDeathException(String msg,
                                 Throwable t)

CompilationDeathException

public CompilationDeathException(String msg)

CompilationDeathException

public CompilationDeathException(int status,
                                 String msg)

CompilationDeathException

public CompilationDeathException(int status)
Method Detail

getStatus

public int getStatus()