org.exoplatform.commons.exception
Class ExoMessageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.exoplatform.commons.exception.ExoException
org.exoplatform.commons.exception.ExoMessageException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- UniqueObjectException
public class ExoMessageException
- extends ExoException
- 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 |
ExoMessageException
public ExoMessageException(java.lang.String messageKey)
ExoMessageException
public ExoMessageException(java.lang.String messageKey,
java.lang.Object[] args)
getMessageKey
public java.lang.String getMessageKey()
getArguments
public java.lang.Object[] getArguments()
getMessage
public java.lang.String getMessage(java.util.ResourceBundle res)
- Specified by:
getMessage in class ExoException
getExceptionDescription
public java.lang.String getExceptionDescription()
- Specified by:
getExceptionDescription in class ExoException
getErrorCode
public java.lang.String getErrorCode()
- Specified by:
getErrorCode in class ExoException
Copyright © 2010 eXo Platform SAS. All Rights Reserved.