public class ConfigValidationException extends Exception
| Modifier and Type | Class and Description |
|---|---|
static class |
ConfigValidationException.Problem |
| Constructor and Description |
|---|
ConfigValidationException(ConfigValidationException.Problem[] problems)
Constructs a new
ConfigurationValidationException instance. |
| Modifier and Type | Method and Description |
|---|---|
ConfigValidationException.Problem |
getProblem(int index) |
int |
getProblemCount() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConfigValidationException(ConfigValidationException.Problem[] problems)
ConfigurationValidationException instance.problems - the reported problemspublic int getProblemCount()
public ConfigValidationException.Problem getProblem(int index)
Copyright © 2018–2020. All rights reserved.