Package com.itextpdf.commons.exceptions
Class ProductEventHandlerRepeatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.itextpdf.commons.exceptions.ITextException
-
- com.itextpdf.commons.exceptions.ProductEventHandlerRepeatException
-
- All Implemented Interfaces:
java.io.Serializable
public final class ProductEventHandlerRepeatException extends ITextException
The class represents a signal to the event handler that it is necessary to repeat the handling of the current event.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProductEventHandlerRepeatException(java.lang.String message)
Creates a new instance ofProductEventHandlerRepeatException
based on message.
-
-
-
Constructor Detail
-
ProductEventHandlerRepeatException
public ProductEventHandlerRepeatException(java.lang.String message)
Creates a new instance ofProductEventHandlerRepeatException
based on message.- Parameters:
message
- the detail message
-
-