abbot.finder
Class MultipleComponentsFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byabbot.finder.ComponentSearchException
              extended byabbot.finder.MultipleComponentsFoundException
All Implemented Interfaces:
Serializable

public class MultipleComponentsFoundException
extends ComponentSearchException

Indicates more than one component was found (usually where only one was desired).

See Also:
Serialized Form

Field Summary
(package private)  Component[] components
           
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
MultipleComponentsFoundException(Component[] list)
           
MultipleComponentsFoundException(String msg, Component[] list)
           
 
Method Summary
 Component[] getComponents()
           
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

components

Component[] components
Constructor Detail

MultipleComponentsFoundException

public MultipleComponentsFoundException(Component[] list)

MultipleComponentsFoundException

public MultipleComponentsFoundException(String msg,
                                        Component[] list)
Method Detail

getComponents

public Component[] getComponents()

toString

public String toString()


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

SourceForge