Class ConfigurationError

java.lang.Object
java.lang.Throwable
java.lang.Exception
net.ionite.docval.config.ConfigurationError
All Implemented Interfaces:
Serializable

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

    • 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