public class ValidationException extends Exception
JmxAttributeValidationException
for validating modules instead.Modifier and Type | Class and Description |
---|---|
static class |
ValidationException.ExceptionMessageWithStackTrace |
Constructor and Description |
---|
ValidationException(Map<String,Map<String,ValidationException.ExceptionMessageWithStackTrace>> failedValidations) |
Modifier and Type | Method and Description |
---|---|
static ValidationException |
createForSingleException(ModuleIdentifier moduleIdentifier,
Exception exception) |
static ValidationException |
createFromCollectedValidationExceptions(List<ValidationException> collectedExceptions) |
Map<String,Map<String,ValidationException.ExceptionMessageWithStackTrace>> |
getFailedValidations() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ValidationException(Map<String,Map<String,ValidationException.ExceptionMessageWithStackTrace>> failedValidations)
public static ValidationException createFromCollectedValidationExceptions(List<ValidationException> collectedExceptions)
public static ValidationException createForSingleException(ModuleIdentifier moduleIdentifier, Exception exception)
public Map<String,Map<String,ValidationException.ExceptionMessageWithStackTrace>> getFailedValidations()
Copyright © 2019 OpenDaylight. All rights reserved.