Package com.itextpdf.html2pdf.exceptions
Class TagWorkerInitializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.itextpdf.commons.exceptions.ITextException
com.itextpdf.html2pdf.exceptions.TagWorkerInitializationException
- All Implemented Interfaces:
-
Serializable
public class TagWorkerInitializationException extends com.itextpdf.commons.exceptions.ITextException
Runtime exception that gets thrown if a tag worker can't be initialized.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Template for the error message in case a tag worker couldn't be instantiated. -
Constructor Summary
ConstructorDescriptionTagWorkerInitializationException
(String message, String classNames, String tag) Creates aTagWorkerInitializationException
instance.TagWorkerInitializationException
(String message, String classNames, String tag, Throwable cause) Creates aTagWorkerInitializationException
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_IN_TAG_WORKER_FACTORY_IMPLEMENTATION_FAILED
Template for the error message in case a tag worker couldn't be instantiated.- See Also:
-
-
Constructor Details
-
TagWorkerInitializationException
Creates aTagWorkerInitializationException
instance.- Parameters:
-
message
- the message -
classNames
- the class names -
tag
- the tag
-
TagWorkerInitializationException
public TagWorkerInitializationException(String message, String classNames, String tag, Throwable cause) Creates aTagWorkerInitializationException
instance.- Parameters:
-
message
- the message -
classNames
- the class names -
tag
- the tag -
cause
- the cause
-