public class ValidationException
extends java.lang.Exception
| Constructor and Description |
|---|
ValidationException(int id,
java.lang.String message)
Create a new ValidationException.
|
| Modifier and Type | Method and Description |
|---|---|
ValidationError |
getError()
Get the underlying ValidationError for this exception.
|
public ValidationException(int id,
java.lang.String message)
id - The id of the GMLObject containing the error.message - The error message.public ValidationError getError()