org.apache.avalon.excalibur.testcase
クラス CascadingAssertionFailedError
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Error
|
+--junit.framework.AssertionFailedError
|
+--org.apache.avalon.excalibur.testcase.CascadingAssertionFailedError
- すべての実装インタフェース:
- org.apache.avalon.framework.CascadingThrowable, java.io.Serializable
- public class CascadingAssertionFailedError
- extends junit.framework.AssertionFailedError
- implements org.apache.avalon.framework.CascadingThrowable
This is an extention to the testing framework so that we can get detailed
messages from JUnit (The AssertionFailedError hides the underlying cause)
- バージョン:
- $Id: CascadingAssertionFailedError.java,v 1.3 2001/12/11 09:53:32 jefft Exp $
- 作成者:
- Giacomo Pati
- 関連項目:
- 直列化された形式
クラス java.lang.Throwable から継承したメソッド |
fillInStackTrace, getLocalizedMessage, getMessage, toString |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CascadingAssertionFailedError
public CascadingAssertionFailedError()
- Constructor with no message
CascadingAssertionFailedError
public CascadingAssertionFailedError(java.lang.String message)
- Constructor with a message
CascadingAssertionFailedError
public CascadingAssertionFailedError(java.lang.String message,
java.lang.Throwable parentThrowable)
- Constructor with a message and a parent exception
getCause
public final java.lang.Throwable getCause()
- Return the parent exception
- 定義:
- インタフェース
org.apache.avalon.framework.CascadingThrowable
内の getCause
printStackTrace
public final void printStackTrace()
- オーバーライド:
- クラス
java.lang.Throwable
内の printStackTrace
printStackTrace
public final void printStackTrace(java.io.PrintStream stream)
- オーバーライド:
- クラス
java.lang.Throwable
内の printStackTrace
printStackTrace
public final void printStackTrace(java.io.PrintWriter writer)
- オーバーライド:
- クラス
java.lang.Throwable
内の printStackTrace
"Copyright ? 2001 Apache Jakarta Project. All Rights Reserved."