public abstract class ExoException extends Exception
| Modifier and Type | Field and Description |
|---|---|
static int |
ERROR |
static int |
FATAL |
static int |
INFO |
static int |
WARN |
| Constructor and Description |
|---|
ExoException() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getErrorCode() |
abstract String |
getExceptionDescription() |
abstract String |
getMessage(ResourceBundle res) |
int |
getSeverity() |
void |
setSeverity(int severity) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final int FATAL
public static final int ERROR
public static final int WARN
public static final int INFO
public int getSeverity()
public void setSeverity(int severity)
public abstract String getMessage(ResourceBundle res)
public abstract String getExceptionDescription()
public abstract String getErrorCode()
Copyright © 2015 eXo Platform SAS. All Rights Reserved.