public class ValidationException extends InventoryException
| Modifier and Type | Class and Description |
|---|---|
static class |
ValidationException.ValidationMessage |
| Constructor and Description |
|---|
ValidationException(CanonicalPath dataPath,
Iterable<ValidationException.ValidationMessage> messages,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
CanonicalPath |
getDataPath() |
String |
getMessage() |
List<ValidationException.ValidationMessage> |
getMessages() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ValidationException(CanonicalPath dataPath, Iterable<ValidationException.ValidationMessage> messages, Throwable cause)
public CanonicalPath getDataPath()
public List<ValidationException.ValidationMessage> getMessages()
public String getMessage()
getMessage in class ThrowableCopyright © 2015 Red Hat, Inc.. All rights reserved.