abbot
Class ComponentSearchException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--abbot.ComponentSearchException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ComponentNotFoundException, MultipleComponentsFoundException

public class ComponentSearchException
extends Exception

General exception class which encapsulates all failures generated attempting to find a component in the currently available GUI.

See Also:
Serialized Form

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

ComponentSearchException

public ComponentSearchException()

ComponentSearchException

public ComponentSearchException(String msg)


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

SourceForge