iText 9.1.0 API
iText.Pdfua.Exceptions.PdfUAConformanceException Class Reference

Exception that is thrown when the PDF Document doesn't adhere to the PDF/UA specification. More...

Inheritance diagram for iText.Pdfua.Exceptions.PdfUAConformanceException:
iText.Kernel.Exceptions.PdfException iText.Commons.Exceptions.ITextException

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]
 

Detailed Description

Exception that is thrown when the PDF Document doesn't adhere to the PDF/UA specification.

Constructor & Destructor Documentation

◆ PdfUAConformanceException() [1/2]

iText.Pdfua.Exceptions.PdfUAConformanceException.PdfUAConformanceException ( String  message )
inline

Creates a PdfUAConformanceException.

Parameters
message the error message

◆ PdfUAConformanceException() [2/2]

iText.Pdfua.Exceptions.PdfUAConformanceException.PdfUAConformanceException ( String  message,
Exception  cause 
)
inline

Creates a PdfUAConformanceException.

Parameters
message the detail message.
cause the cause.