eXo Kernel :: Commons Utils 2.5.0-Alpha1

org.exoplatform.commons.exception
Class ExoMessageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.exoplatform.commons.exception.ExoException
              extended by org.exoplatform.commons.exception.ExoMessageException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UniqueObjectException

public class ExoMessageException
extends ExoException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.exoplatform.commons.exception.ExoException
ERROR, FATAL, INFO, WARN
 
Constructor Summary
ExoMessageException(String messageKey)
           
ExoMessageException(String messageKey, Object[] args)
           
 
Method Summary
 Object[] getArguments()
           
 String getErrorCode()
           
 String getExceptionDescription()
           
 String getMessage(ResourceBundle res)
           
 String getMessageKey()
           
 
Methods inherited from class org.exoplatform.commons.exception.ExoException
getSeverity, setSeverity
 
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
 

Constructor Detail

ExoMessageException

public ExoMessageException(String messageKey)

ExoMessageException

public ExoMessageException(String messageKey,
                           Object[] args)
Method Detail

getMessageKey

public String getMessageKey()

getArguments

public Object[] getArguments()

getMessage

public String getMessage(ResourceBundle res)
Specified by:
getMessage in class ExoException

getExceptionDescription

public String getExceptionDescription()
Specified by:
getExceptionDescription in class ExoException

getErrorCode

public String getErrorCode()
Specified by:
getErrorCode in class ExoException

eXo Kernel :: Commons Utils 2.5.0-Alpha1

Copyright © 2013 eXo Platform SAS. All Rights Reserved.