Package com.itextpdf.html2pdf.exceptions
Class CssApplierInitializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.itextpdf.commons.exceptions.ITextException
com.itextpdf.html2pdf.exceptions.CssApplierInitializationException
- All Implemented Interfaces:
-
Serializable
public class CssApplierInitializationException extends com.itextpdf.commons.exceptions.ITextException
Runtime exception in case a CSS applier can't be initialized.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The message template in case reflection failed. -
Constructor Summary
ConstructorDescriptionCssApplierInitializationException
(String message, String className, String tag) Creates a newCssApplierInitializationException
instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
REFLECTION_FAILED
The message template in case reflection failed.- See Also:
-
-
Constructor Details
-
CssApplierInitializationException
Creates a newCssApplierInitializationException
instance.- Parameters:
-
message
- the message -
className
- the class name of the CSS applier -
tag
- the key
-