com.java4less.ocr.docparser
Class DocParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.java4less.ocr.docparser.DocParseException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
FieldFormatException, FieldMissingException, SectionMissingException

public class DocParseException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
DocParseException(java.lang.String m)
           
 
Method Summary
 java.lang.String getErrorName()
           
 java.lang.String getFieldName()
           
 int getRepetition()
           
 java.lang.String getSectionName()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DocParseException

public DocParseException(java.lang.String m)
Method Detail

getErrorName

public java.lang.String getErrorName()

getSectionName

public java.lang.String getSectionName()

getFieldName

public java.lang.String getFieldName()

getRepetition

public int getRepetition()