org.exoplatform.commons.exception
Class ExoException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Field Summary
static int ERROR
           
static int FATAL
           
static int INFO
           
static int WARN
           
 
Constructor Summary
ExoException()
           
 
Method Summary
abstract  java.lang.String getErrorCode()
           
abstract  java.lang.String getExceptionDescription()
           
abstract  java.lang.String getMessage(java.util.ResourceBundle res)
           
 int getSeverity()
           
 void setSeverity(int severity)
           
 
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
 

Field Detail

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
Constructor Detail

ExoException

public ExoException()
Method Detail

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.