org.exoplatform.commons.exception
Class ExoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.exoplatform.commons.exception.ExoException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ExoMessageException
public abstract class ExoException
- extends java.lang.Exception
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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 java.lang.String getMessage(java.util.ResourceBundle res)
getExceptionDescription
public abstract java.lang.String getExceptionDescription()
getErrorCode
public abstract java.lang.String getErrorCode()
Copyright © 2010 eXo Platform SAS. All Rights Reserved.