|
iText 8.0.5 API
|
Runtime exception that gets thrown if something goes wrong in the HTML to PDF conversion. More...
Public Member Functions |
|
| StyledXMLParserException (String message) | |
| Creates a new StyledXMLParserException instance. More... |
|
Public Member Functions inherited from iText.Commons.Exceptions.ITextException |
|
| ITextException () | |
| Creates a new ITextException with no error message and cause. More... |
|
| ITextException (String message) | |
| Creates a new ITextException. More... |
|
| ITextException (Exception cause) | |
| Creates a new ITextException. More... |
|
| ITextException (String message, Exception cause) | |
| Creates a new ITextException. More... |
|
Static Public Attributes |
|
| const String | INVALID_GRADIENT_FUNCTION_ARGUMENTS_LIST = "Invalid gradient function arguments list: {0}" |
| The Constant INVALID_GRADIENT_VALUE. More... |
|
| const String | INVALID_GRADIENT_TO_SIDE_OR_CORNER_STRING = "Invalid direction string: {0}" |
| The Constant INVALID_GRADIENT_TO_SIDE_OR_CORNER_STRING. More... |
|
| const String | INVALID_GRADIENT_COLOR_STOP_VALUE = "Invalid color stop value: {0}" |
| The Constant INVALID_GRADIENT_COLOR_STOP_VALUE. More... |
|
| const String | NAN = "The passed value (@{0}) is not a number" |
| The Constant NAN. More... |
|
| const String | FontProviderContainsZeroFonts = "Font Provider contains zero fonts. At least one font shall be present" |
| Message in case the font provider doesn't know about any fonts. More... |
|
| const String | UnsupportedEncodingException = "Unsupported encoding exception." |
| The Constant UnsupportedEncodingException. More... |
|
Runtime exception that gets thrown if something goes wrong in the HTML to PDF conversion.
|
inline |
Creates a new StyledXMLParserException instance.
| message | the message |
|
static |
Message in case the font provider doesn't know about any fonts.
|
static |
The Constant INVALID_GRADIENT_COLOR_STOP_VALUE.
|
static |
The Constant INVALID_GRADIENT_VALUE.
|
static |
The Constant INVALID_GRADIENT_TO_SIDE_OR_CORNER_STRING.
|
static |
The Constant NAN.
|
static |
The Constant UnsupportedEncodingException.