| 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,
String diagnostics,
ErrorLocator locator)
Constructs an immutable validation error.
|
Copyright © 2016 Open Geospatial Consortium. All rights reserved.