|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
fr.paris.lutece.plugins.document.service.DocumentException
public class DocumentException
Exception occurs when error in event or rule
Constructor Summary | |
---|---|
DocumentException(java.lang.String strI18nMessage)
Constructor |
Method Summary | |
---|---|
java.lang.String |
getI18nMessage()
Get the i18n message |
void |
setI18nMessage(java.lang.String strMessage)
Set the i18n message |
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 |
---|
public DocumentException(java.lang.String strI18nMessage)
strI18nMessage
- Internationalization messageMethod Detail |
---|
public java.lang.String getI18nMessage()
public void setI18nMessage(java.lang.String strMessage)
strMessage
- The internationalization message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |