|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception PIRL.Configuration.Configuration_Exception
public class Configuration_Exception
The excpetion thrown from the PIRL.Configuration package.
Field Summary | |
---|---|
static String |
ID
Class identification name with source code version and date. |
Constructor Summary | |
---|---|
Configuration_Exception()
Constructs a Configuration_Exception. |
|
Configuration_Exception(String message)
Constructs a Configuration_Exception with a message. |
|
Configuration_Exception(String message,
Throwable cause)
Constructs a Configuration_Exception with a message and a cause. |
|
Configuration_Exception(Throwable cause)
Constructs a Configuration_Exception having a cause. |
Method Summary |
---|
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 |
---|
public static final String ID
Constructor Detail |
---|
public Configuration_Exception(String message, Throwable cause)
N.B.: Once a cause is set it can not be changed. Therefore,
though it is allowed to set the cause to null, the
Configuration_Exception will not do this to avoid the situation of
not being able to replace a null cause with a valid cause. Use the
Throwable.initCause(Throwable)
method to provide a cause
after the Configuration_Exception has been constructed without one.
message
- The exception's message String. If null the class identification
will be used.cause
- The exception's Throwable cause. If null no cause is
set in the exception object.public Configuration_Exception(Throwable cause)
The exception message will be Configuration_Exception class ID.
cause
- The exception's Throwable cause. If null no cause is
set in the exception object.Configuration_Exception(String, Throwable)
public Configuration_Exception(String message)
message
- The exception's message String (may be null).Configuration_Exception(String, Throwable)
public Configuration_Exception()
The exception will have the ID of this class as its message.
Configuration_Exception(String, Throwable)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |