Class ConfigException

java.lang.Object
java.lang.Throwable
java.lang.Exception
dev.roanh.gmark.exception.ConfigException
All Implemented Interfaces:
Serializable

public class ConfigException extends Exception
Exception throw when there are issues parsing a configuration file.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Serial ID.
      See Also:
  • Constructor Details

    • ConfigException

      public ConfigException(Throwable cause)
      Constructs a new configuration exception with the given root cause exception.
      Parameters:
      cause - The original exception.
    • ConfigException

      public ConfigException(String msg)
      Construts a new configuration exception with the given exception message.
      Parameters:
      msg - The exception message.