SK.gnome.dwarf.config
Class XMLConfigurationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bySK.gnome.dwarf.config.XMLConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class XMLConfigurationException
extends java.lang.Exception

Exception thrown by the XMLConfiguration class.

See Also:
Serialized Form

Constructor Summary
XMLConfigurationException()
          Constructs a new ConfigurationException.
XMLConfigurationException(java.lang.String message)
          Constructs a new ConfigurationException with the given message.
XMLConfigurationException(java.lang.String message, java.lang.Throwable cause)
          Constructs a new ConfigurationException with the throwable object as a root cause and the given message.
XMLConfigurationException(java.lang.Throwable cause)
          Constructs a new ConfigurationException with the throwable object as a root cause.
 
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

XMLConfigurationException

public XMLConfigurationException()
Constructs a new ConfigurationException.


XMLConfigurationException

public XMLConfigurationException(java.lang.String message)
Constructs a new ConfigurationException with the given message.

Parameters:
message - the message

XMLConfigurationException

public XMLConfigurationException(java.lang.Throwable cause)
Constructs a new ConfigurationException with the throwable object as a root cause.

Parameters:
cause - the root cause

XMLConfigurationException

public XMLConfigurationException(java.lang.String message,
                                 java.lang.Throwable cause)
Constructs a new ConfigurationException with the throwable object as a root cause and the given message.

Parameters:
message - the message
cause - the root cause


Copyright (c) 1999-2005, Gnome Ltd. All rights reserved.