Package com.itextpdf.pdfocr.exceptions
Class PdfOcrInputException
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.exceptions.PdfOcrInputException
- All Implemented Interfaces:
-
Serializable
Exception class for input related exceptions.
- See Also:
-
Constructor Summary
ConstructorDescriptionCreates a newPdfOcrInputException
.PdfOcrInputException
(String msg, Throwable e) Creates a newPdfOcrInputException
.Creates a newPdfOcrInputException
. -
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
-
PdfOcrInputException
Creates a newPdfOcrInputException
.- Parameters:
-
msg
- the detail message. -
e
- the cause (which is saved for later retrieval byThrowable.getCause()
method).
-
PdfOcrInputException
Creates a newPdfOcrInputException
.- Parameters:
-
msg
- the detail message.
-
PdfOcrInputException
Creates a newPdfOcrInputException
.- Parameters:
-
e
- the cause which is saved for later retrieval byThrowable.getCause()
method).
-