public class CompilationDeathException extends RuntimeException
Modifier and Type | Field and Description |
---|---|
static int |
COMPILATION_ABORTED |
static int |
COMPILATION_SUCCEEDED |
Constructor and Description |
---|
CompilationDeathException(int status) |
CompilationDeathException(int status,
String msg) |
CompilationDeathException(String msg) |
CompilationDeathException(String msg,
Throwable t) |
Modifier and Type | Method and Description |
---|---|
int |
getStatus() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final int COMPILATION_ABORTED
public static final int COMPILATION_SUCCEEDED
Copyright © 2021 Soot OSS. All rights reserved.