| Package | Description |
|---|---|
| org.projectodd.vdx.core |
| Modifier and Type | Method and Description |
|---|---|
ErrorType |
ValidationError.type() |
static ErrorType |
ErrorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorType[] |
ErrorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static ValidationError |
ValidationError.from(ValidationError error,
ErrorType type) |
static ValidationError |
ValidationError.from(XMLStreamException error,
ErrorType type) |
| Constructor and Description |
|---|
ValidationError(ErrorType type,
String message,
Location location) |
Copyright © 2017. All Rights Reserved.