Class InvalidEnumException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bluebell.greenhouse.planter.exceptions.InvalidEnumException
All Implemented Interfaces:
Serializable

public class InvalidEnumException extends RuntimeException
Exception thrown when an incoming value cannot be converted to a valid enum.
Version:
1.0.1
Author:
Stephen Prizio
See Also:
  • Constructor Details

    • InvalidEnumException

      public InvalidEnumException(String message)
      Generic constructor.
      Parameters:
      message - message
    • InvalidEnumException

      public InvalidEnumException(String message, Throwable throwable)
      Generic constructor with Throwable instance.
      Parameters:
      message - message
      throwable - Throwable