Class ConfigurationException

  • All Implemented Interfaces:
    Serializable

    public class ConfigurationException
    extends BaseException
    This exception is thrown by the Config class if there is a problem with finding or loading the configuration settings.
    Version:
    2.0
    Author:
    Nicklas
    See Also:
    Serialized Form
    • Constructor Detail

      • ConfigurationException

        public ConfigurationException​(String message)
        Creates a new ConfigurationException.
        Parameters:
        message - The message of the exception
      • ConfigurationException

        public ConfigurationException​(String message,
                                      Throwable cause)
        Creates a new ConfigurationException with a cause.
        Parameters:
        message - The message of the exception
        cause - The cause of the exception
        Since:
        2.16