Class IllDefinedConfigException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
space.arim.dazzleconf.error.IllDefinedConfigException
All Implemented Interfaces:
Serializable

public class IllDefinedConfigException extends RuntimeException
Indicates the programmer creating the configuration has made a mistake, such as violating an annotation contract.
Author:
A248
See Also:
  • Constructor Details

    • IllDefinedConfigException

      public IllDefinedConfigException()
      Creates the exception
    • IllDefinedConfigException

      public IllDefinedConfigException(String message)
      Creates the exception with an exception message
      Parameters:
      message - the message
    • IllDefinedConfigException

      public IllDefinedConfigException(Throwable cause)
      Creates the exception with a cause
      Parameters:
      cause - the cause
    • IllDefinedConfigException

      public IllDefinedConfigException(String message, Throwable cause)
      Creates the exception with an exception message and cause
      Parameters:
      message - the message
      cause - the cause