Package org.openhab.core.items
Class ItemLookupException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openhab.core.items.ItemLookupException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ItemNotFoundException
,ItemNotUniqueException
This is an abstract parent exception to be extended by any exceptions
related to item lookups in the item registry.
- Author:
- Kai Kreuzer - Initial contribution
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ItemLookupException
-