| Thrown to indicate that a component does not exist in the set of (child)components.
The exception is thrown when:
- Routing an event to a specific child component that does not exist.
- Calling
disableComponent(Object key) when the object does not exist.
- Calling
enableComponent(Object key) when the object does not exist in the set
of disabled components.
- Calling
removeComponent(Object key) when the object does not exist in the
set of child components. -
Services and Widgets have corresponding exceptions,
org.araneaframework.core.NoSuchServiceException and
org.araneaframework.core.NoSuchWidgetException respectively.
author: "Toomas Römer" |