|
||||||||||
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.xml.XMLFactoryException
public class XMLFactoryException
Exception throwed by XML Factory utility
Constructor Summary | |
---|---|
XMLFactoryException(java.lang.Exception cause)
Construct the exception with the cause (source exception). |
|
XMLFactoryException(java.lang.String strMessage)
Construct the exception with a description message |
|
XMLFactoryException(java.lang.String strMessage,
java.lang.Exception cause)
Construct the exception with a description message and a cause (source exception) |
Method Summary | |
---|---|
java.lang.Exception |
getCause()
Return the cause of exception (or null if no cause
was specified) |
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 XMLFactoryException(java.lang.String strMessage)
strMessage
- The description message of the exceptionpublic XMLFactoryException(java.lang.String strMessage, java.lang.Exception cause)
strMessage
- The description message of the exceptioncause
- The cause of this exceptionpublic XMLFactoryException(java.lang.Exception cause)
cause
exception.
cause
- The cause of this exceptionMethod Detail |
---|
public java.lang.Exception getCause()
null
if no cause
was specified)
getCause
in class java.lang.Throwable
null
if no cause was specified)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |