Class InvalidInventoryException

All Implemented Interfaces:
Serializable

public class InvalidInventoryException extends OcflJavaException
This exception indicates that there is something wrong with an object's inventory.
See Also:
  • Constructor Details

    • InvalidInventoryException

      public InvalidInventoryException()
    • InvalidInventoryException

      public InvalidInventoryException(String message)
    • InvalidInventoryException

      public InvalidInventoryException(String message, Throwable cause)
    • InvalidInventoryException

      public InvalidInventoryException(Throwable cause)