Class LineError
java.lang.Object
com.broadleafcommerce.dataimport.service.LineError
Describes a static validation error for a line in an import file.
- Author:
- Samarth Dhruva (samarthd)
- See Also:
-
Constructor Details
-
LineError
-
-
Method Details
-
getLineNumber
public long getLineNumber()The line number in the file which experienced the error. -
getMessage
The error that was found with the line atlineNumber
in the file. -
equals
-
hashCode
public int hashCode() -
toString
-