public class ProcessException extends Exception
| Modifier and Type | Field and Description |
|---|---|
static int |
S_INFO
INFO error severity
|
static int |
S_R_ERROR
NOT SEVERE error severity
|
static int |
S_S_ERROR
SEVERE error severity
|
static int |
S_WARNING
WARNING error severity
|
| Constructor and Description |
|---|
ProcessException(int severity,
String message) |
ProcessException(int severity,
String message,
ProcessResult result) |
| Modifier and Type | Method and Description |
|---|---|
ProcessResult |
getResult() |
int |
getSeverity() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final int S_INFO
public static final int S_WARNING
public static final int S_R_ERROR
public static final int S_S_ERROR
public ProcessException(int severity,
String message)
severity - the severity of the errormessage - the error messagepublic ProcessException(int severity,
String message,
ProcessResult result)
severity - the severity of the errormessage - the error messageresult - the result of the preprocessing, used if the severity is not S_S_ERRORpublic int getSeverity()
public ProcessResult getResult()