Class InvalidConfigException

java.lang.Object
java.lang.Throwable
java.lang.Exception
space.arim.dazzleconf.error.InvalidConfigException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConfigFormatSyntaxException, ImproperEntryException

public class InvalidConfigException extends Exception
Thrown to indicate an invalid configuration
Author:
A248
See Also:
  • Constructor Details

    • InvalidConfigException

      public InvalidConfigException()
      Creates the exception
    • InvalidConfigException

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

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

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