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:
-
Serializable
An exception notifies that unknown product was found in iText ecosystem.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Message notifies that event corresponding to unknown product was met. -
Constructor Summary
ConstructorDescriptionUnknownProductException
(String message) Creates a new instance of the exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
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:
-
-
Constructor Details
-
UnknownProductException
Creates a new instance of the exception.- Parameters:
-
message
- the detail message
-