Class ConfigException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConfigMappingException, ConfigParserException, MissingValueException

public class ConfigException extends RuntimeException
Exception is thrown by Config implementations.
See Also:
  • Constructor Details

    • ConfigException

      public ConfigException(String message)
      Constructor with the detailed message.
      Parameters:
      message - the message
    • ConfigException

      public ConfigException(String message, Throwable cause)
      Constructor with the detailed message.
      Parameters:
      message - the message
      cause - the cause