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

The class represents a signal to the event handler that it is necessary to repeat the handling of the current event. More...

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

Public Member Functions

  ProductEventHandlerRepeatException (String message)
  Creates a new instance of ProductEventHandlerRepeatException based on 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...
 

Detailed Description

The class represents a signal to the event handler that it is necessary to repeat the handling of the current event.

Constructor & Destructor Documentation

◆ ProductEventHandlerRepeatException()

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

Creates a new instance of ProductEventHandlerRepeatException based on message.

Parameters
message the detail message