|
Project JXTA | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.jxta.ext.config.ConfiguratorException
Field Summary |
Fields inherited from class java.lang.Exception |
|
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 |
public ConfiguratorException()
public ConfiguratorException(String msg)
msg
- messagepublic ConfiguratorException(Throwable ex)
ex
- causepublic ConfiguratorException(String msg, Throwable ex)
msg
- messageex
- causepublic ConfiguratorException(List ex)
ex
- causespublic ConfiguratorException(String msg, List ex)
msg
- messageex
- causesMethod Detail |
public List getCauses()
public void addCause(Throwable c)
c
- The feature to be added to the Cause attributepublic void addCauses(List c)
c
- The feature to be added to the Causes attribute
|
JXTA J2SE | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |