public final class EmlValidationError extends Object
Represents the eml validation error information.
Modifier and Type | Method and Description |
---|---|
String |
getErrorMessage()
Gets an error message.
|
int |
getErrorType()
Gets a type of error.
|
int |
getLineNumber()
Gets a number of line where error was found.
|
public final int getLineNumber()
Gets a number of line where error was found.
public final int getErrorType()
Gets a type of error.
public final String getErrorMessage()
Gets an error message.