Class ItemProcessingException

All Implemented Interfaces:
Serializable

public class ItemProcessingException extends CrafterException
Thrown when an error occurred while a ItemProcessor was processing an Item.
Author:
Sumer Jabri, Alfonso Vásquez
See Also:
  • Constructor Details

    • ItemProcessingException

      public ItemProcessingException()
    • ItemProcessingException

      public ItemProcessingException(String message, Throwable cause)
    • ItemProcessingException

      public ItemProcessingException(String message)
    • ItemProcessingException

      public ItemProcessingException(Throwable cause)