|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.email.EmlValidationError
public final class EmlValidationError
Represents the eml validation error information.
Method Summary | |
---|---|
String |
getErrorMessage()
Gets an error message. |
int |
getErrorType()
Gets a type of error. |
int |
getLineNumber()
Gets a number of line where error was found. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |