|
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.exception.JxtaException
net.jxta.exception.ConfiguratorException
public class ConfiguratorException
This class maintains a List of all possible causes that may be generated as a part of the
configuration process.
| Constructor Summary | |
|---|---|
ConfiguratorException()
Constucts a JxtaException with no specified details. |
|
ConfiguratorException(List ex)
Constructs a JxtaException with the specified List of causes. |
|
ConfiguratorException(String msg)
Constructs a JxtaException with the specified message. |
|
ConfiguratorException(String msg,
List ex)
Constructs a JxtaException with the specified message in
addition to the List of causes. |
|
ConfiguratorException(String msg,
Throwable ex)
Constructs a JxtaException with the specified message and cause. |
|
ConfiguratorException(Throwable ex)
Constructs a JxtaException with the specified cause. |
|
| Method Summary | |
|---|---|
void |
addCause(Throwable c)
Add a cause of type Throwable. |
void |
addCauses(List c)
Add a List of causes. |
List |
getCauses()
Retrieve the causes as a List. |
void |
printStackTrace()
|
void |
printStackTrace(PrintStream ps)
|
void |
printStackTrace(PrintWriter pw)
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ConfiguratorException()
JxtaException with no specified details.
public ConfiguratorException(String msg)
JxtaException with the specified message.
msg - messagepublic ConfiguratorException(Throwable ex)
JxtaException with the specified cause.
ex - cause
public ConfiguratorException(String msg,
Throwable ex)
JxtaException with the specified message and cause.
msg - messageex - causepublic ConfiguratorException(List ex)
JxtaException with the specified List of causes.
ex - causes
public ConfiguratorException(String msg,
List ex)
JxtaException with the specified message in
addition to the List of causes.
msg - messageex - causes| Method Detail |
|---|
public List getCauses()
causes as a List.
public void addCause(Throwable c)
Throwable.
c - The causepublic void addCauses(List c)
List of causes.
c - The causespublic void printStackTrace()
printStackTrace in class Throwablepublic void printStackTrace(PrintStream ps)
printStackTrace in class Throwableps - Description of the Parameterpublic void printStackTrace(PrintWriter pw)
printStackTrace in class Throwablepw - Description of the Parameter
|
JXTA J2SE | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||