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 int getLineNumber()
Gets a number of line where error was found.
public int getErrorType()
Gets a type of error.
public String getErrorMessage()
Gets an error message.
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.