Class ConfigValidationException

All Implemented Interfaces:
Serializable

public class ConfigValidationException extends RuntimeException
An exception which is thrown when a configuration validation problem occurs.
See Also:
  • Constructor Details

    • ConfigValidationException

      public ConfigValidationException(ConfigValidationException.Problem[] problems)
      Constructs a new ConfigurationValidationException instance.
      Parameters:
      problems - the reported problems
  • Method Details