java.lang.Object
java.lang.Throwable
java.lang.Exception
net.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 classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
causes
private java.util.List causes
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
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