|
iText 9.1.0 API
|
Exception that is thrown when the PDF Document doesn't adhere to the PDF/UA specification. More...
Public Member Functions |
|
| PdfUAConformanceException (String message) | |
| Creates a PdfUAConformanceException. More... |
|
| PdfUAConformanceException (String message, Exception cause) | |
| Creates a PdfUAConformanceException. More... |
|
Public Member Functions inherited from iText.Kernel.Exceptions.PdfException |
|
| 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... |
|
Additional Inherited Members |
|
Package Functions inherited from iText.Kernel.Exceptions.PdfException |
|
| virtual Object[] | GetMessageParams () |
| Gets additional params for Exception message. More... |
|
Package Attributes inherited from iText.Kernel.Exceptions.PdfException |
|
| Object | object |
| Object for more details More... |
|
Properties inherited from iText.Kernel.Exceptions.PdfException |
|
| override String | Message [get] |
Exception that is thrown when the PDF Document doesn't adhere to the PDF/UA specification.
|
inline |
Creates a PdfUAConformanceException.
| message | the error message |
|
inline |
Creates a PdfUAConformanceException.
| message | the detail message. |
| cause | the cause. |