|
pdfOCR 1.0.3 API
|
Exception class for custom exceptions. More...
Public Member Functions |
|
| OcrException (String msg, Exception e) | |
| Creates a new OcrException. More... |
|
| OcrException (String msg) | |
| Creates a new OcrException. More... |
|
| virtual iText.Pdfocr.OcrException | SetMessageParams (params String[] messageParams) |
| Sets additional params for Exception message. More... |
|
Properties |
|
| override String? | Message [get] |
Exception class for custom exceptions.
|
inline |
Creates a new OcrException.
| msg | the detail message. |
| e | the cause (which is saved for later retrieval by System.Exception.InnerException() method). |
|
inline |
Creates a new OcrException.
| msg | the detail message. |
|
inlinevirtual |
Sets additional params for Exception message.
| messageParams | additional params. |
|
get |