Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

abbot.tester
Class ActionFailedException  view ActionFailedException download ActionFailedException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byabbot.tester.ActionFailedException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ComponentMissingException, ComponentNotShowingException

public class ActionFailedException
extends java.lang.RuntimeException

Indicates that a ComponentTester action failed to execute properly.


Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ActionFailedException()
           
ActionFailedException(java.lang.String msg)
           
 
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

ActionFailedException

public ActionFailedException()

ActionFailedException

public ActionFailedException(java.lang.String msg)