iText 8.0.5 API
iText.StyledXmlParser.Exceptions.StyledXMLParserException Class Reference

Runtime exception that gets thrown if something goes wrong in the HTML to PDF conversion. More...

Inheritance diagram for iText.StyledXmlParser.Exceptions.StyledXMLParserException:
iText.Commons.Exceptions.ITextException

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...
 

Detailed Description

Runtime exception that gets thrown if something goes wrong in the HTML to PDF conversion.

Constructor & Destructor Documentation

◆ StyledXMLParserException()

iText.StyledXmlParser.Exceptions.StyledXMLParserException.StyledXMLParserException ( String  message )
inline

Creates a new StyledXMLParserException instance.

Parameters
message the message

Member Data Documentation

◆ FontProviderContainsZeroFonts

const String iText.StyledXmlParser.Exceptions.StyledXMLParserException.FontProviderContainsZeroFonts = "Font Provider contains zero fonts. At least one font shall be present"
static

Message in case the font provider doesn't know about any fonts.

◆ INVALID_GRADIENT_COLOR_STOP_VALUE

const String iText.StyledXmlParser.Exceptions.StyledXMLParserException.INVALID_GRADIENT_COLOR_STOP_VALUE = "Invalid color stop value: {0}"
static

The Constant INVALID_GRADIENT_COLOR_STOP_VALUE.

◆ INVALID_GRADIENT_FUNCTION_ARGUMENTS_LIST

const String iText.StyledXmlParser.Exceptions.StyledXMLParserException.INVALID_GRADIENT_FUNCTION_ARGUMENTS_LIST = "Invalid gradient function arguments list: {0}"
static

The Constant INVALID_GRADIENT_VALUE.

◆ INVALID_GRADIENT_TO_SIDE_OR_CORNER_STRING

const String iText.StyledXmlParser.Exceptions.StyledXMLParserException.INVALID_GRADIENT_TO_SIDE_OR_CORNER_STRING = "Invalid direction string: {0}"
static

The Constant INVALID_GRADIENT_TO_SIDE_OR_CORNER_STRING.

◆ NAN

const String iText.StyledXmlParser.Exceptions.StyledXMLParserException.NAN = "The passed value (@{0}) is not a number"
static

The Constant NAN.

◆ UnsupportedEncodingException

const String iText.StyledXmlParser.Exceptions.StyledXMLParserException.UnsupportedEncodingException = "Unsupported encoding exception."
static

The Constant UnsupportedEncodingException.