Class ConfigurationException

All Implemented Interfaces:
Serializable

public class ConfigurationException extends RuntimeException
Represents an error made in the config.yaml file.
See Also:
  • Constructor Details

    • ConfigurationException

      public ConfigurationException(String message)
      Constructor.
      Parameters:
      message - the error message.
    • ConfigurationException

      public ConfigurationException(String message, Throwable cause)
      Constructor.
      Parameters:
      message - the error message.
      cause - an exception that is the true cause of the error.