Uses of Class
com.java4less.ocr.docparser.DocParseException

Packages that use DocParseException
com.java4less.ocr.docparser   
com.java4less.ocr.docparser.data   
 

Uses of DocParseException in com.java4less.ocr.docparser
 

Subclasses of DocParseException in com.java4less.ocr.docparser
 class FieldFormatException
          Error in the format of the value read
 class FieldMissingException
          Mandatory field missing in the section
 class SectionMissingException
          Mandatory section missing in the document
 

Methods in com.java4less.ocr.docparser that throw DocParseException
 DocumentSet Parser.parse(java.lang.String text)
          parse document
 

Uses of DocParseException in com.java4less.ocr.docparser.data
 

Methods in com.java4less.ocr.docparser.data that return DocParseException
 DocParseException[] Document.getErrors()
          get all errors found while parsing the document
 

Methods in com.java4less.ocr.docparser.data with parameters of type DocParseException
 void Document.addError(DocParseException e)
          add error to the document