fr.paris.lutece.plugins.jsr168.pluto.xml
Class XMLFactoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by fr.paris.lutece.plugins.jsr168.pluto.xml.XMLFactoryException
All Implemented Interfaces:
java.io.Serializable

public class XMLFactoryException
extends java.lang.Exception

Exception throwed by XML Factory utility

See Also:
Serialized Form

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

XMLFactoryException

public XMLFactoryException(java.lang.String strMessage)
Construct the exception with a description message

Parameters:
strMessage - The description message of the exception

XMLFactoryException

public XMLFactoryException(java.lang.String strMessage,
                           java.lang.Exception cause)
Construct the exception with a description message and a cause (source exception)

Parameters:
strMessage - The description message of the exception
cause - The cause of this exception

XMLFactoryException

public XMLFactoryException(java.lang.Exception cause)
Construct the exception with the cause (source exception). The message associated with this exception will be the message of cause exception.

Parameters:
cause - The cause of this exception
Method Detail

getCause

public java.lang.Exception getCause()
Return the cause of exception (or null if no cause was specified)

Overrides:
getCause in class java.lang.Throwable
Returns:
the cause of exception (or null if no cause was specified)


Copyright © 2008 Mairie de Paris. All Rights Reserved.