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 e) |
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, toStringpublic ValidationException(Map<String,Map<String,ValidationException.ExceptionMessageWithStackTrace>> failedValidations)
public static ValidationException createFromCollectedValidationExceptions(List<ValidationException> collectedExceptions)
public static ValidationException createForSingleException(ModuleIdentifier moduleIdentifier, Exception e)
public Map<String,Map<String,ValidationException.ExceptionMessageWithStackTrace>> getFailedValidations()
Copyright © 2017 OpenDaylight. All rights reserved.