org.sapia.util.xml.confix
Class ConfigurationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.sapia.util.CompositeException
                    |
                    +--org.sapia.util.xml.confix.ConfigurationException
All Implemented Interfaces:
Serializable

public class ConfigurationException
extends org.sapia.util.CompositeException

Thrown when an XML processor could not complete the processing of a XML configuration.

Author:
Jean-Cedric Desrochers
Copyright:
Copyright © 2002-2003 Sapia Open Source Software. All Rights Reserved.
License:
Read the license.txt file of the jar or visit the license page at the Sapia OSS web site
See Also:
Serialized Form

Constructor Summary
ConfigurationException(String aMessage)
          Creates a new ConfigurationException instance with the argument passed in.
ConfigurationException(String aMessage, Throwable aSourceError)
          Creates a new ConfigurationException instance with the arguments passed in.
 
Methods inherited from class org.sapia.util.CompositeException
getSourceError, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigurationException

public ConfigurationException(String aMessage,
                              Throwable aSourceError)
Creates a new ConfigurationException instance with the arguments passed in.

Parameters:
aMessage - The message describing the error.
aSourceError - The source error to encapsulate.

ConfigurationException

public ConfigurationException(String aMessage)
Creates a new ConfigurationException instance with the argument passed in.

Parameters:
aMessage - The message describing the error.


Copyright © 2002 Sapia Open Source Software. All Rights Reserved.