public class ComponentLookupException extends RuntimeException
ComponentFinder.| Constructor and Description |
|---|
ComponentLookupException(String message)
Creates a new
. |
ComponentLookupException(String message,
Collection<? extends Component> found)
Creates a new
ComponentLookupException. |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends Component> |
found()
Returns the
Components found by the lookup (if any.) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ComponentLookupException(String message, Collection<? extends Component> found)
ComponentLookupException.message - the detail message.found - the Components found by the lookup (if any.)public ComponentLookupException(String message)
ComponentLookupException.message - the detail message.public final Collection<? extends Component> found()
Components found by the lookup (if any.)Components found by the lookup (if any.)Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.