Class ConfigException

All Implemented Interfaces:
Serializable

public class ConfigException extends RuntimeException
Something wrong with the config.
See Also:
  • Constructor Details

    • ConfigException

      public ConfigException(String message)
      Constructor
      Parameters:
      message - The error message.
    • ConfigException

      public ConfigException(String message, Exception e)
      Constructor
      Parameters:
      message - The error message.
      e - The Exception that caused it.