| Modifier and Type | Method and Description |
|---|---|
ErrorSeverity |
ValidationError.getSeverity()
Returns the severity of this error.
|
static ErrorSeverity |
ErrorSeverity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorSeverity[] |
ErrorSeverity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationErrorHandler.addError(ErrorSeverity severity,
String msg,
ErrorLocator locator)
Adds a general validation error.
|
void |
ValidationErrorHandler.addError(ErrorSeverity severity,
String msg,
String diag,
ErrorLocator locator)
Adds a general validation error with diagnostic information.
|
| Constructor and Description |
|---|
ValidationError(ErrorSeverity severity,
String message,
int lineNum,
int columnNum,
String pointer)
Constructs an immutable validation error object from SAX or DOM error
information.
|
ValidationError(ErrorSeverity severity,
String message,
String diagnostics,
ErrorLocator locator)
Constructs an immutable validation error.
|
ValidationError(ErrorSeverity severity,
String message,
String diagnostics,
int lineNum,
int columnNum,
String pointer)
Constructs an immutable validation error object from SAX or DOM error
information.
|
Copyright © 2016 Open Geospatial Consortium. All rights reserved.