|
||||||||||
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.jsr168.pluto.exception.LutecePlutoException
public class LutecePlutoException
Root exception for Lutece/Pluto plugin
Constructor Summary | |
---|---|
LutecePlutoException(java.lang.Exception exCause)
Construct an exception with cause of exception |
|
LutecePlutoException(java.lang.String strMsg)
Construct an exception with message |
|
LutecePlutoException(java.lang.String strMsg,
java.lang.Exception exCause)
Construct an exception with message and cause of exception |
Method Summary | |
---|---|
java.lang.Exception |
getCause()
Return the cause of the exception |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, 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 LutecePlutoException(java.lang.String strMsg, java.lang.Exception exCause)
strMsg
- message associate with exceptionexCause
- cause of exceptionpublic LutecePlutoException(java.lang.String strMsg)
strMsg
- message associate with exceptionpublic LutecePlutoException(java.lang.Exception exCause)
exCause
- cause of exceptionMethod Detail |
---|
public java.lang.Exception getCause()
getCause
in class java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |