ch.elca.el4j.services.xmlmerge
Class ConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ch.elca.el4j.services.xmlmerge.AbstractXmlMergeException
              extended by ch.elca.el4j.services.xmlmerge.ConfigurationException
All Implemented Interfaces:
Serializable

public class ConfigurationException
extends AbstractXmlMergeException

Thrown when something wrong happens in the XmlMerge configuration.

Author:
Laurent Bovet (LBO), Alex Mathey (AMA)
See Also:
Serialized Form
File-location:
ConfigurationException
Last check-in date:
2009-08-04 13:59:45 +0200 (Di, 04. Aug 2009) by swismer for revision 3873

Constructor Summary
ConfigurationException()
          Default constructor.
ConfigurationException(String message)
          Constructor with message.
ConfigurationException(String message, Throwable cause)
          Constructor with message and cause.
ConfigurationException(Throwable cause)
          Constructor with cause.
 
Method Summary
 
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

ConfigurationException

public ConfigurationException()
Default constructor.


ConfigurationException

public ConfigurationException(String message)
Constructor with message.

Parameters:
message - Exception message

ConfigurationException

public ConfigurationException(String message,
                              Throwable cause)
Constructor with message and cause.

Parameters:
message - Exception message
cause - Exception cause

ConfigurationException

public ConfigurationException(Throwable cause)
Constructor with cause.

Parameters:
cause - Exception cause


Copyright © 2005-2011 ELCA. All Rights Reserved.