net.walend.toolkit.junit
class AssertionFailedError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--junit.framework.AssertionFailedError
                    |
                    +--net.walend.toolkit.junit.AssertionFailedError
All Implemented Interfaces:
Serializable

public class AssertionFailedError
extends junit.framework.AssertionFailedError

Thrown when an assertion failed.


Field Summary
private  Throwable cause
           
 
Fields inherited from class java.lang.Error
serialVersionUID
 
Fields inherited from class java.lang.Throwable
backtrace, detailMessage, stackTrace
 
Constructor Summary
AssertionFailedError()
           
AssertionFailedError(String message)
           
AssertionFailedError(Throwable cause)
           
AssertionFailedError(String message, Throwable cause)
           
 
Method Summary
 Throwable getCause()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getOurStackTrace, getStackTrace, getStackTraceDepth, getStackTraceElement, initCause, printStackTrace, printStackTrace, printStackTrace, printStackTraceAsCause, printStackTraceAsCause, setStackTrace, toString, writeObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

cause

private Throwable cause
Constructor Detail

AssertionFailedError

public AssertionFailedError()

AssertionFailedError

public AssertionFailedError(String message)

AssertionFailedError

public AssertionFailedError(Throwable cause)

AssertionFailedError

public AssertionFailedError(String message,
                            Throwable cause)
Method Detail

getCause

public Throwable getCause()


Copyright (c) 2000, 2001, 2002, David Walend