abbot
Class MultipleComponentsFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--abbot.ComponentSearchException
                    |
                    +--abbot.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, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace
 
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-2003 Timothy Wall. All Rights Reserved.
Abbot is hosted on

SourceForge