|
iText 9.1.0 API
|
Exception class for exceptions in io module. More...
Public Member Functions |
|
| IOException (String message) | |
| Creates a new IOException. More... |
|
| IOException (Exception cause) | |
| Creates a new IOException. More... |
|
| IOException (String message, Object obj) | |
| Creates a new IOException. More... |
|
| IOException (String message, Exception cause) | |
| Creates a new IOException. More... |
|
| IOException (String message, Exception cause, Object obj) | |
| Creates a new instance of IOException. More... |
|
| virtual iText.IO.Exceptions.IOException | 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... |
|
Package Functions |
|
| virtual Object[] | GetMessageParams () |
| Gets additional params for Exception message. More... |
|
Package Attributes |
|
| Object | obj |
| Object for more details More... |
|
Properties |
|
| override String | Message [get] |
Exception class for exceptions in io module.
|
inline |
Creates a new IOException.
| message | the detail message. |
|
inline |
Creates a new IOException.
| cause | the cause (which is saved for later retrieval by System.Exception.InnerException() method). |
|
inline |
Creates a new IOException.
| message | the detail message. |
| obj | an object for more details. |
|
inline |
Creates a new IOException.
| message | the detail message. |
| cause | the cause (which is saved for later retrieval by System.Exception.InnerException() method). |
|
inline |
Creates a new instance of IOException.
| message | the detail message. |
| cause | the cause (which is saved for later retrieval by System.Exception.InnerException() method). |
| obj | an object for more details. |
|
inlinepackagevirtual |
Gets additional params for Exception message.
|
inlinevirtual |
Sets additional params for Exception message.
| messageParams | additional params. |
|
package |
Object for more details
|
get |