Class ItemNotFoundException

All Implemented Interfaces:
Serializable

@NonNullByDefault public class ItemNotFoundException extends ItemLookupException
This exception is thrown by the ItemRegistry if an item could not be found.
Author:
Kai Kreuzer - Initial contribution
See Also:
  • Constructor Details

    • ItemNotFoundException

      public ItemNotFoundException(String name)