soot
Class CompilationDeathException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
soot.CompilationDeathException
- All Implemented Interfaces:
- Serializable
public class CompilationDeathException
- extends RuntimeException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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
CompilationDeathException
public CompilationDeathException(String msg,
Throwable t)
CompilationDeathException
public CompilationDeathException(String msg)
CompilationDeathException
public CompilationDeathException(int status,
String msg)
CompilationDeathException
public CompilationDeathException(int status)
getStatus
public int getStatus()