satin.common.assertion
Class InputRequirement

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

public class InputRequirement
extends AssertionError

Thrown when an input requirement (Require) fails.

Author:
Ed Stauff
See Also:
Require, Serialized Form

Constructor Summary
InputRequirement(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

InputRequirement

public InputRequirement(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 InputRequirement.java (PRIVATE SOURCES)