Package com.itextpdf.commons.exceptions
Class UnknownProductException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.itextpdf.commons.exceptions.ITextException
-
- com.itextpdf.commons.exceptions.UnknownProductException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnknownProductException extends ITextException
An exception notifies that unknown product was found in iText ecosystem.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
UNKNOWN_PRODUCT
Message notifies that event corresponding to unknown product was met.
-
Constructor Summary
Constructors Constructor Description UnknownProductException(java.lang.String message)
Creates a new instance of the exception.
-
-
-
Field Detail
-
UNKNOWN_PRODUCT
public static final java.lang.String UNKNOWN_PRODUCT
Message notifies that event corresponding to unknown product was met. It is a parametrized message. List of params:- the name of unknown product
- See Also:
- Constant Field Values
-
-