Class ItemHandlerException

Object
Throwable
Exception
ItemHandlerException
All Implemented Interfaces:
Serializable

public class ItemHandlerException extends Exception
See Also:
  • Constructor Details

    • ItemHandlerException

      public ItemHandlerException(String message, Item item)
    • ItemHandlerException

      public ItemHandlerException(String message, Throwable cause, Item item)
  • Method Details

    • getItem

      public Item getItem()