iText 8.0.2 API
iText.Kernel.XMP.XMPException Class Reference

This exception wraps all errors that occur in the XMP Toolkit. More...

Inheritance diagram for iText.Kernel.XMP.XMPException:

Public Member Functions

  XMPException (String message, int errorCode)
  Constructs an exception with a message and an error code. More...
 
  XMPException (String message, int errorCode, Exception t)
  Constructs an exception with a message, an error code and a Throwable More...
 
virtual int  GetErrorCode ()
 
Returns
Returns the errorCode.

 

Detailed Description

This exception wraps all errors that occur in the XMP Toolkit.

16.02.2006

Constructor & Destructor Documentation

◆ XMPException() [1/2]

iText.Kernel.XMP.XMPException.XMPException ( String  message,
int  errorCode 
)
inline

Constructs an exception with a message and an error code.

Parameters
message the message
errorCode the error code

◆ XMPException() [2/2]

iText.Kernel.XMP.XMPException.XMPException ( String  message,
int  errorCode,
Exception  t 
)
inline

Constructs an exception with a message, an error code and a Throwable

Parameters
message the error message.
errorCode the error code
t the exception source