abbot.finder
Class MultipleComponentsFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by abbot.finder.ComponentSearchException
              extended by abbot.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
           
 
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()
Overrides:
toString in class Throwable


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

SourceForge