Package com.itextpdf.pdf2data.exceptions
Class InvalidResultException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.itextpdf.commons.exceptions.ITextException
com.itextpdf.pdf2data.exceptions.InvalidResultException
- All Implemented Interfaces:
-
Serializable
public class InvalidResultException extends com.itextpdf.commons.exceptions.ITextException
Exception which is used by pdf2data on recognition result parsing for invalid result structure.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidResultException
Creates the new instance.- Parameters:
-
message
- the exception message
-