Class StyledXMLParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.itextpdf.commons.exceptions.ITextException
com.itextpdf.styledxmlparser.exceptions.StyledXMLParserException
- All Implemented Interfaces:
-
Serializable
Runtime exception that gets thrown if something goes wrong in the HTML to PDF conversion.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Message in case the font provider doesn't know about any fonts.static final String
The Constant INVALID_GRADIENT_COLOR_STOP_VALUE.static final String
The Constant INVALID_GRADIENT_VALUE.static final String
The Constant INVALID_GRADIENT_TO_SIDE_OR_CORNER_STRING.static final String
The Constant NAN.static final String
The Constant UnsupportedEncodingException. -
Constructor Summary
ConstructorDescriptionStyledXMLParserException
(String message) Creates a newStyledXMLParserException
instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
INVALID_GRADIENT_FUNCTION_ARGUMENTS_LIST
The Constant INVALID_GRADIENT_VALUE.- See Also:
-
INVALID_GRADIENT_TO_SIDE_OR_CORNER_STRING
The Constant INVALID_GRADIENT_TO_SIDE_OR_CORNER_STRING.- See Also:
-
INVALID_GRADIENT_COLOR_STOP_VALUE
The Constant INVALID_GRADIENT_COLOR_STOP_VALUE.- See Also:
-
NAN
The Constant NAN.- See Also:
-
FontProviderContainsZeroFonts
Message in case the font provider doesn't know about any fonts.- See Also:
-
UnsupportedEncodingException
The Constant UnsupportedEncodingException.- See Also:
-
-
Constructor Details
-
StyledXMLParserException
Creates a newStyledXMLParserException
instance.- Parameters:
-
message
- the message
-