Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

net.jxta.ext.config
Class ConfiguratorException  view ConfiguratorException download ConfiguratorException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.jxta.ext.config.ConfiguratorException
All Implemented Interfaces:
java.io.Serializable

public class ConfiguratorException
extends java.lang.Exception

Version:
$Id: ConfiguratorException.java,v 1.1 2003/11/04 21:07:26 gonzo Exp $

Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
private  java.util.List causes
           
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ConfiguratorException()
          Constructor for the ConfiguratorException object
ConfiguratorException(java.util.List ex)
          Constructor for the ConfiguratorException object
ConfiguratorException(java.lang.String msg)
          Constructor for the ConfiguratorException object
ConfiguratorException(java.lang.String msg, java.util.List ex)
          Constructor for the ConfiguratorException object
ConfiguratorException(java.lang.String msg, java.lang.Throwable ex)
          Constructor for the ConfiguratorException object
ConfiguratorException(java.lang.Throwable ex)
          Constructor for the ConfiguratorException object
 
Method Summary
 void addCause(java.lang.Throwable c)
          Add a cause
 void addCauses(java.util.List c)
          Adds a feature to the Causes attribute of the ConfiguratorException object
 java.util.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
 

Field Detail

causes

private java.util.List causes
Constructor Detail

ConfiguratorException

public ConfiguratorException()
Constructor for the ConfiguratorException object


ConfiguratorException

public ConfiguratorException(java.lang.String msg)
Constructor for the ConfiguratorException object


ConfiguratorException

public ConfiguratorException(java.lang.Throwable ex)
Constructor for the ConfiguratorException object


ConfiguratorException

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


ConfiguratorException

public ConfiguratorException(java.util.List ex)
Constructor for the ConfiguratorException object


ConfiguratorException

public ConfiguratorException(java.lang.String msg,
                             java.util.List ex)
Constructor for the ConfiguratorException object

Method Detail

getCauses

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


addCause

public void addCause(java.lang.Throwable c)
Add a cause


addCauses

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