Class ConfigFormatSyntaxException

All Implemented Interfaces:
Serializable

public class ConfigFormatSyntaxException extends InvalidConfigException
Indicates the syntax of a specific config format is invalid
Author:
A248
See Also:
Serialized Form
  • Constructor Details

    • ConfigFormatSyntaxException

      public ConfigFormatSyntaxException()
      Creates the exception
    • ConfigFormatSyntaxException

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

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

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