com.aspose.email
Class EmlValidationError

java.lang.Object
  extended by com.aspose.email.EmlValidationError

public final class EmlValidationError
extends Object

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

getLineNumber

public int getLineNumber()

Gets a number of line where error was found.


getErrorType

public int getErrorType()

Gets a type of error.


getErrorMessage

public String getErrorMessage()

Gets an error message.



Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.