satin.testing
Class UserError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--satin.testing.UserError
All Implemented Interfaces:
java.io.Serializable

public class UserError
extends java.lang.Exception

An error that can be blamed on the user (executor of the test script). Throw one of these objects when you detect a problem that can be attributed to a misuse of the script. You should never catch this object, but let it terminate the script.

Author:
Ed Stauff
See Also:
Serialized Form

Constructor Summary
UserError(java.lang.String descr)
          Constructor.
 
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

UserError

public UserError(java.lang.String descr)
Constructor.

Parameters:
descr
a description of the error.
Revision History

7/31/01 Ed Stauff - made changes per code review.

3/22/01 Ed Stauff - initial API review by Satin team.



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