jbeantester.framework
Class AssertionError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--jbeantester.framework.AssertionError
All Implemented Interfaces:
Serializable

public class AssertionError
extends Error

Thrown to indicate that an assertion has failed.

See Also:
Serialized Form

Constructor Summary
AssertionError(String detailMessage)
          Constructs an AssertionError with the specified detail message.
 
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
 

Constructor Detail

AssertionError

public AssertionError(String detailMessage)
Constructs an AssertionError with the specified detail message.

Parameters:
detailMessage - the detail message accompanying the error.