public static class SMEVMessageContentException.InvalidContentException.InvalidContent.ValidationError extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
errorPosition
The Error position.
|
protected String |
value
The Value.
|
Constructor and Description |
---|
ValidationError()
Instantiates a new Validation error.
|
ValidationError(String value,
int errorPosition)
Instantiates a new Validation error.
|
Modifier and Type | Method and Description |
---|---|
int |
getErrorPosition()
Gets error position.
|
String |
getValue()
Gets value.
|
void |
setErrorPosition(int value)
Sets error position.
|
void |
setValue(String value)
Sets value.
|
protected String value
protected int errorPosition
public ValidationError(String value, int errorPosition)
value
- the valueerrorPosition
- the error positionpublic ValidationError()
public String getValue()
public void setValue(String value)
value
- the valuepublic int getErrorPosition()
public void setErrorPosition(int value)
value
- the valueCopyright © 2017. All rights reserved.