Class ExoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.exoplatform.commons.exception.ExoException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ExoMessageException
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Stringabstract Stringabstract StringgetMessage(ResourceBundle res) intvoidsetSeverity(int severity) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
FATAL
public static final int FATAL- See Also:
-
ERROR
public static final int ERROR- See Also:
-
WARN
public static final int WARN- See Also:
-
INFO
public static final int INFO- See Also:
-
-
Constructor Details
-
ExoException
public ExoException()
-
-
Method Details
-
getSeverity
public int getSeverity() -
setSeverity
public void setSeverity(int severity) -
getMessage
-
getExceptionDescription
-
getErrorCode
-