iText 8.0.2 API
iText.Commons.Exceptions.UnknownProductException Class Reference

An exception notifies that unknown product was found in iText ecosystem. More...

Inheritance diagram for iText.Commons.Exceptions.UnknownProductException:
iText.Commons.Exceptions.ITextException

Public Member Functions

  UnknownProductException (String message)
  Creates a new instance of the exception. 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...
 

Static Public Attributes

const String  UNKNOWN_PRODUCT = "Product {0} is unknown. Probably you have to register it."
  Message notifies that event corresponding to unknown product was met. More...
 

Detailed Description

An exception notifies that unknown product was found in iText ecosystem.

Constructor & Destructor Documentation

◆ UnknownProductException()

iText.Commons.Exceptions.UnknownProductException.UnknownProductException ( String  message )
inline

Creates a new instance of the exception.

Parameters
message the detail message

Member Data Documentation

◆ UNKNOWN_PRODUCT

const String iText.Commons.Exceptions.UnknownProductException.UNKNOWN_PRODUCT = "Product {0} is unknown. Probably you have to register it."
static

Message notifies that event corresponding to unknown product was met.

Message notifies that event corresponding to unknown product was met. It is a parametrized message. List of params:

  • the name of unknown product