|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.java4less.ocr.docparser.DocParseException
com.java4less.ocr.docparser.SectionMissingException
public class SectionMissingException
Mandatory section missing in the document
Constructor Summary | |
---|---|
SectionMissingException(java.lang.String sectionName)
|
Method Summary | |
---|---|
java.lang.String |
getErrorName()
|
java.lang.String |
getFieldName()
returns "" |
int |
getRepetition()
returns -1 |
java.lang.String |
getSectionName()
return the name of the missing section |
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 |
---|
public SectionMissingException(java.lang.String sectionName)
Method Detail |
---|
public java.lang.String getErrorName()
getErrorName
in class DocParseException
public java.lang.String getSectionName()
getSectionName
in class DocParseException
public java.lang.String getFieldName()
getFieldName
in class DocParseException
public int getRepetition()
getRepetition
in class DocParseException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |