satin.common.assertion
Class AssertionError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--satin.common.assertion.AssertionError
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InputRequirement, OutputRequirement

public class AssertionError
extends java.lang.Error

Thrown when an assertion fails.

Author:
Ed Stauff
See Also:
Assert, Serialized Form

Constructor Summary
AssertionError(java.lang.String descr)
          Constructs an assertion containing the given description.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AssertionError

public AssertionError(java.lang.String descr)
Constructs an assertion containing the given description.

Parameters:
descr
a description of what went wrong.
Revision History

5/31/01 Ed Stauff - initial code review.

20 March 2001 - reviewed by Test Automation team.



Generated on 5/9/2001 19:37 from AssertionError.java (PRIVATE SOURCES)