public class Html2PdfException extends RuntimeException
Modifier and Type | Field and Description |
---|---|
static String |
FontProviderContainsZeroFonts
Message in case the font provider doesn't know about any fonts.
|
static String |
PdfDocumentShouldBeInWritingMode
Message in case one tries to write to a PDF document that isn't in writing mode.
|
static String |
UnsupportedEncodingException
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 PdfDocumentShouldBeInWritingMode
public static final String FontProviderContainsZeroFonts
public static final String UnsupportedEncodingException
public Html2PdfException(String message)
Html2PdfException
instance.
message
- the message
Copyright © 1998–2019 iText Group NV. All rights reserved.