Class DeveloperMistakeException

All Implemented Interfaces:
Serializable

public final class DeveloperMistakeException extends RuntimeException
Thrown whenever a preventable problem in how the configuration was constructed or defined arises at runtime.
See Also:
  • Constructor Details

    • DeveloperMistakeException

      public DeveloperMistakeException(String message)
      Creates from the given message
      Parameters:
      message - the message
    • DeveloperMistakeException

      public DeveloperMistakeException(String message, Throwable cause)
      Creates from a message and cause
      Parameters:
      message - the message
      cause - the cause