Project JXTA

net.jxta.ext.config
Class ConfiguratorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.jxta.ext.config.ConfiguratorException
All Implemented Interfaces:
Serializable

public class ConfiguratorException
extends Exception

Version:
$Id: ConfiguratorException.java,v 1.1 2003/11/04 21:07:26 gonzo Exp $
Author:
james todd [gonzo at jxta dot org]
See Also:
Serialized Form

Constructor Summary
ConfiguratorException()
          Constructor for the ConfiguratorException object
ConfiguratorException(List ex)
          Constructor for the ConfiguratorException object
ConfiguratorException(String msg)
          Constructor for the ConfiguratorException object
ConfiguratorException(String msg, List ex)
          Constructor for the ConfiguratorException object
ConfiguratorException(String msg, Throwable ex)
          Constructor for the ConfiguratorException object
ConfiguratorException(Throwable ex)
          Constructor for the ConfiguratorException object
 
Method Summary
 void addCause(Throwable c)
          Add a cause
 void addCauses(List c)
          Adds a feature to the Causes attribute of the ConfiguratorException object
 List getCauses()
          Gets the causes attribute of the ConfiguratorException object
 
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

ConfiguratorException

public ConfiguratorException()
Constructor for the ConfiguratorException object


ConfiguratorException

public ConfiguratorException(String msg)
Constructor for the ConfiguratorException object

Parameters:
msg - message

ConfiguratorException

public ConfiguratorException(Throwable ex)
Constructor for the ConfiguratorException object

Parameters:
ex - cause

ConfiguratorException

public ConfiguratorException(String msg,
                             Throwable ex)
Constructor for the ConfiguratorException object

Parameters:
msg - message
ex - cause

ConfiguratorException

public ConfiguratorException(List ex)
Constructor for the ConfiguratorException object

Parameters:
ex - causes

ConfiguratorException

public ConfiguratorException(String msg,
                             List ex)
Constructor for the ConfiguratorException object

Parameters:
msg - message
ex - causes
Method Detail

getCauses

public List getCauses()
Gets the causes attribute of the ConfiguratorException object

Returns:
The causes

addCause

public void addCause(Throwable c)
Add a cause

Parameters:
c - The feature to be added to the Cause attribute

addCauses

public void addCauses(List c)
Adds a feature to the Causes attribute of the ConfiguratorException object

Parameters:
c - The feature to be added to the Causes attribute

JXTA J2SE