|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.castor.cpa.test.framework.CPAConfigException
public final class CPAConfigException
Exception thrown by CPAConfigRegistry on configuration failures.
| Constructor Summary | |
|---|---|
CPAConfigException()
Constructs a new CPATestException without a message. |
|
CPAConfigException(String message)
Constructs a new CPATestException with the specified detail message. |
|
CPAConfigException(String message,
Throwable cause)
Constructs a new CPATestException with the specified detail message and cause. |
|
CPAConfigException(Throwable cause)
Constructs a new CPATestException with the specified cause and the detail message of the cause. |
|
| Method Summary | |
|---|---|
Throwable |
getCause()
The method emulates the JDK 1.4 Throwable version of getCause() for JDKs before 1.4. |
Throwable |
initCause(Throwable cause)
The method emulates the JDK 1.4 Throwable version of initCause() for JDKs before 1.4. |
void |
printStackTrace()
|
void |
printStackTrace(PrintStream s)
|
void |
printStackTrace(PrintWriter w)
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CPAConfigException()
public CPAConfigException(String message)
message - The detail message.public CPAConfigException(Throwable cause)
cause - The cause.
public CPAConfigException(String message,
Throwable cause)
message - The detail message.cause - The cause.| Method Detail |
|---|
public Throwable initCause(Throwable cause)
initCause in class Throwablepublic Throwable getCause()
getCause in class Throwablepublic void printStackTrace()
printStackTrace in class Throwablepublic void printStackTrace(PrintStream s)
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter w)
printStackTrace in class Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||