Class PdfOcrTesseract4Exception
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.itextpdf.commons.exceptions.ITextException
com.itextpdf.pdfocr.exceptions.PdfOcrException
com.itextpdf.pdfocr.tesseract4.exceptions.PdfOcrTesseract4Exception
- All Implemented Interfaces:
-
Serializable
- Direct Known Subclasses:
-
PdfOcrInputTesseract4Exception
Exception class for Tesseract4 exceptions.
- See Also:
-
Constructor Summary
ConstructorDescriptionCreates a newPdfOcrTesseract4Exception
.PdfOcrTesseract4Exception
(String msg, Throwable e) Creates a newPdfOcrTesseract4Exception
.Creates a newPdfOcrTesseract4Exception
. -
Method Summary
Methods inherited from class com.itextpdf.pdfocr.exceptions.PdfOcrException
getMessage, getMessageParams, setMessageParams
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PdfOcrTesseract4Exception
Creates a newPdfOcrTesseract4Exception
.- Parameters:
-
msg
- the detail message. -
e
- the cause (which is saved for later retrieval byThrowable.getCause()
method).
-
PdfOcrTesseract4Exception
Creates a newPdfOcrTesseract4Exception
.- Parameters:
-
msg
- the detail message.
-
PdfOcrTesseract4Exception
Creates a newPdfOcrTesseract4Exception
.- Parameters:
-
e
- the cause which is saved for later retrieval byThrowable.getCause()
method).
-