public class Html2PdfException
extends com.itextpdf.commons.exceptions.ITextException
Modifier and Type | Field and Description |
---|---|
static String |
FONT_PROVIDER_CONTAINS_ZERO_FONTS
Message in case the font provider doesn't know about any fonts.
|
static String |
PDF_DOCUMENT_SHOULD_BE_IN_WRITING_MODE
Message in case one tries to write to a PDF document that isn't in writing mode.
|
static String |
UNSUPPORTED_ENCODING_EXCEPTION
The Constant UnsupportedEncodingException.
|
Constructor and Description |
---|
Html2PdfException(String message)
Creates a new Html2PdfException instance.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final String PDF_DOCUMENT_SHOULD_BE_IN_WRITING_MODE
public static final String FONT_PROVIDER_CONTAINS_ZERO_FONTS
public static final String UNSUPPORTED_ENCODING_EXCEPTION
public Html2PdfException(String message)
Html2PdfException
instance.
message
- the message
Copyright © 1998–2022 iText Group NV. All rights reserved.