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

@NonNullByDefault public abstract class ItemLookupException extends Exception
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 Details

    • ItemLookupException

      public ItemLookupException(String string)