abbot.tester
Class ComponentMissingException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--abbot.tester.ActionFailedException
                          |
                          +--abbot.tester.ComponentMissingException
All Implemented Interfaces:
Serializable

public class ComponentMissingException
extends ActionFailedException

Indicates that a component required by a ComponentTester action was not found.

See Also:
Serialized Form

Constructor Summary
ComponentMissingException()
           
ComponentMissingException(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

ComponentMissingException

public ComponentMissingException()

ComponentMissingException

public ComponentMissingException(String msg)


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

SourceForge