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
Component s found by the lookup (if any.) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ComponentLookupException(String message, Collection<? extends Component> found)
ComponentLookupException
.message
- the detail message.found
- the Component
s found by the lookup (if any.)public ComponentLookupException(String message)
ComponentLookupException
.message
- the detail message.public final Collection<? extends Component> found()
Component
s found by the lookup (if any.)Component
s found by the lookup (if any.)Copyright © 2007-2013 FEST (Fixtures for Easy Software Testing). All Rights Reserved.