abbot.finder
Class ComponentSearchException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byabbot.finder.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

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
ComponentSearchException()
           
ComponentSearchException(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

ComponentSearchException

public ComponentSearchException()

ComponentSearchException

public ComponentSearchException(String msg)


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

SourceForge