abbot.tester
Class ActionFailedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--abbot.tester.ActionFailedException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ComponentMissingException, ComponentNotShowingException

public class ActionFailedException
extends RuntimeException

Indicates that a ComponentTester action failed to execute properly.

See Also:
Serialized Form

Constructor Summary
ActionFailedException()
           
ActionFailedException(String msg)
           
 
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

ActionFailedException

public ActionFailedException()

ActionFailedException

public ActionFailedException(String msg)


Copyright © 2002-2003 Timothy Wall. All Rights Reserved.
Abbot is hosted on

SourceForge