Class ConfigurationError

  • All Implemented Interfaces:
    Serializable

    public class ConfigurationError
    extends Exception
    Thrown when there is an error reading the configuration file
    Author:
    Ionite
    See Also:
    Serialized Form
    • Constructor Detail

      • ConfigurationError

        public ConfigurationError​(String errorMessage)
        Construct a ConfigurationError with the given error message
        Parameters:
        errorMessage - String containing the error message
      • ConfigurationError

        public ConfigurationError​(String errorMessage,
                                  Throwable exc)
        Construct a ConfigurationError with the given error message and underlying exception
        Parameters:
        errorMessage - String containing the error message
        exc - Throwable containing an underlying exception