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
FieldsModifier and TypeFieldDescriptionstatic final StringTemplate for the error message in case a tag worker couldn't be instantiated. -
Constructor Summary
ConstructorsConstructorDescriptionTagWorkerInitializationException(String message, String classNames, String tag) Creates aTagWorkerInitializationExceptioninstance.TagWorkerInitializationException(String message, String classNames, String tag, Throwable cause) Creates aTagWorkerInitializationExceptioninstance. -
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 aTagWorkerInitializationExceptioninstance.- Parameters:
-
message- the message -
classNames- the class names -
tag- the tag
-
TagWorkerInitializationException
public TagWorkerInitializationException(String message, String classNames, String tag, Throwable cause) Creates aTagWorkerInitializationExceptioninstance.- Parameters:
-
message- the message -
classNames- the class names -
tag- the tag -
cause- the cause
-