public class PdfOcrInputException extends PdfOcrException
Constructor and Description |
---|
PdfOcrInputException(String msg)
Creates a new PdfOcrInputException .
|
PdfOcrInputException(String msg, Throwable e)
Creates a new PdfOcrInputException .
|
PdfOcrInputException(Throwable e)
Creates a new PdfOcrInputException .
|
getMessage, getMessageParams, setMessageParams
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PdfOcrInputException(String msg, Throwable e)
PdfOcrInputException
.
msg
- the detail message.
e
- the cause (which is saved for later retrieval by Throwable.getCause()
method).
public PdfOcrInputException(String msg)
PdfOcrInputException
.
msg
- the detail message.
public PdfOcrInputException(Throwable e)
PdfOcrInputException
.
e
- the cause which is saved for later retrieval by Throwable.getCause()
method).
Copyright © 1998–2022 iText Group NV. All rights reserved.