|
iText 8.0.3 API
|
Exception class for exceptions in kernel module. More...
Public Member Functions |
|
| PdfException (String message) | |
| Creates a new instance of PdfException. More... |
|
| PdfException (Exception cause) | |
| Creates a new instance of PdfException. More... |
|
| PdfException (String message, Object obj) | |
| Creates a new instance of PdfException. More... |
|
| PdfException (String message, Exception cause) | |
| Creates a new instance of PdfException. More... |
|
| PdfException (String message, Exception cause, Object obj) | |
| Creates a new instance of PdfException. More... |
|
| virtual iText.Kernel.Exceptions.PdfException | SetMessageParams (params Object[] messageParams) |
| Sets additional params for Exception message. More... |
|
Public Member Functions inherited from iText.Commons.Exceptions.ITextException |
|
| ITextException () | |
| Creates a new ITextException with no error message and cause. More... |
|
| ITextException (String message) | |
| Creates a new ITextException. More... |
|
| ITextException (Exception cause) | |
| Creates a new ITextException. More... |
|
| ITextException (String message, Exception cause) | |
| Creates a new ITextException. More... |
|
Properties |
|
| override String | Message [get] |
Exception class for exceptions in kernel module.
|
inline |
Creates a new instance of PdfException.
| message | the detail message. |
|
inline |
Creates a new instance of PdfException.
| cause | the cause (which is saved for later retrieval by System.Exception.InnerException() method). |
|
inline |
Creates a new instance of PdfException.
| message | the detail message. |
| obj | an object for more details. |
|
inline |
Creates a new instance of PdfException.
| message | the detail message. |
| cause | the cause (which is saved for later retrieval by System.Exception.InnerException() method). |
|
inline |
Creates a new instance of PdfException.
| message | the detail message. |
| cause | the cause (which is saved for later retrieval by System.Exception.InnerException() method). |
| obj | an object for more details. |
|
inlinevirtual |
Sets additional params for Exception message.
| messageParams | additional params. |