net.sf.jmatchparser.util.csv.fieldreader
Interface FieldReaderErrorCode


public interface FieldReaderErrorCode

An error code of the Field reader, as returned in a FieldReaderException. Predefined error codes are INVALID_FORMAT, MISSING, MISSING_MANDATORYIFNEW, VALUE_TOO_LONG and VALUE_TOO_SHORT.


Method Summary
 String getErrorCode()
          The error code of the error.
 String getErrorDescription()
          A short description of the error.
 

Method Detail

getErrorCode

String getErrorCode()
The error code of the error.


getErrorDescription

String getErrorDescription()
A short description of the error.



Copyright © 2011. All Rights Reserved.