|
|||||||||
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
Constructor Summary | |
---|---|
CPAConfigException()
Constructs a new CPATestException without a message. |
|
CPAConfigException(java.lang.String message)
Constructs a new CPATestException with the specified detail message. |
|
CPAConfigException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new CPATestException with the specified detail message and cause. |
|
CPAConfigException(java.lang.Throwable cause)
Constructs a new CPATestException with the specified cause and the detail message of the cause. |
Method Summary | |
---|---|
java.lang.Throwable |
getCause()
The method emulates the JDK 1.4 Throwable version of getCause() for JDKs before 1.4. |
java.lang.Throwable |
initCause(java.lang.Throwable cause)
The method emulates the JDK 1.4 Throwable version of initCause() for JDKs before 1.4. |
void |
printStackTrace()
|
void |
printStackTrace(java.io.PrintStream s)
|
void |
printStackTrace(java.io.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(java.lang.String message)
message
- The detail message.public CPAConfigException(java.lang.Throwable cause)
cause
- The cause.public CPAConfigException(java.lang.String message, java.lang.Throwable cause)
message
- The detail message.cause
- The cause.Method Detail |
---|
public java.lang.Throwable initCause(java.lang.Throwable cause)
initCause
in class java.lang.Throwable
public java.lang.Throwable getCause()
getCause
in class java.lang.Throwable
public void printStackTrace()
printStackTrace
in class java.lang.Throwable
public void printStackTrace(java.io.PrintStream s)
printStackTrace
in class java.lang.Throwable
public void printStackTrace(java.io.PrintWriter w)
printStackTrace
in class java.lang.Throwable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |