Serialized Form

  • Package sprouts

    • Exception Class sprouts.MissingItemException

      class MissingItemException extends Exception implements Serializable
      • Serialized Fields

        • _problems
          Tuple<Problem> _problems
          An immutable tuple of Problem objects that caused this exception. These problems describe the issues that led to this exception being thrown, so they may themselves contain exceptions or other descriptive information.
    • Exception Class sprouts.MissingItemRuntimeException

      class MissingItemRuntimeException extends RuntimeException implements Serializable
      • Serialized Fields

        • _problems
          Tuple<Problem> _problems
          An immutable tuple of Problem objects that caused this exception. These problems describe the issues that led to this exception being thrown, so they may themselves contain exceptions or other descriptive information.