org.exoplatform.commons.exception
Class ExoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.exoplatform.commons.exception.ExoException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ExoMessageException
public abstract class ExoException
- extends Exception
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FATAL
public static final int FATAL
- See Also:
- Constant Field Values
ERROR
public static final int ERROR
- See Also:
- Constant Field Values
WARN
public static final int WARN
- See Also:
- Constant Field Values
INFO
public static final int INFO
- See Also:
- Constant Field Values
ExoException
public ExoException()
getSeverity
public int getSeverity()
setSeverity
public void setSeverity(int severity)
getMessage
public abstract String getMessage(ResourceBundle res)
getExceptionDescription
public abstract String getExceptionDescription()
getErrorCode
public abstract String getErrorCode()
Copyright © 2015 eXo Platform SAS. All Rights Reserved.