public class ValidationError extends Object implements Serializable
| Constructor and Description |
|---|
ValidationError() |
ValidationError(ErrorType errorType,
int line,
String errorId,
String message) |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorId() |
int |
getLine() |
String |
getMessage() |
ErrorType |
getType() |
void |
setLine(int line) |
void |
setMessage(String message) |
void |
setType(ErrorType type) |
String |
toString() |
Copyright © 2004–2020. All rights reserved.