Class ConfigParserException

All Implemented Interfaces:
Serializable

public class ConfigParserException extends ConfigException
Root class for exceptions thrown during config parsing.
See Also:
  • Constructor Details

    • ConfigParserException

      public ConfigParserException(String message)
      Constructs exception instance.
      Parameters:
      message - message
    • ConfigParserException

      public ConfigParserException(String message, Throwable cause)
      Constructs exception instance.
      Parameters:
      message - message
      cause - root cause