Class ConfigurationException

    • Field Detail

      • NEWLINE

        protected static final String NEWLINE
    • Constructor Detail

      • ConfigurationException

        protected ConfigurationException​(String path,
                                         Collection<String> errors)
        Creates a new ConfigurationException for the given path with the given errors.
        Parameters:
        path - the bad configuration path
        errors - the errors in the path
      • ConfigurationException

        protected ConfigurationException​(String path,
                                         Collection<String> errors,
                                         Throwable cause)
        Creates a new ConfigurationException for the given path with the given errors and cause.
        Parameters:
        path - the bad configuration path
        errors - the errors in the path
        cause - the cause of the error(s)