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:
java.io.Serializable
public class StyledXMLParserException extends ITextException
Runtime exception that gets thrown if something goes wrong in the HTML to PDF conversion.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
FontProviderContainsZeroFonts
Message in case the font provider doesn't know about any fonts.static java.lang.String
INVALID_GRADIENT_COLOR_STOP_VALUE
The Constant INVALID_GRADIENT_COLOR_STOP_VALUE.static java.lang.String
INVALID_GRADIENT_FUNCTION_ARGUMENTS_LIST
The Constant INVALID_GRADIENT_VALUE.static java.lang.String
INVALID_GRADIENT_TO_SIDE_OR_CORNER_STRING
The Constant INVALID_GRADIENT_TO_SIDE_OR_CORNER_STRING.static java.lang.String
NAN
The Constant NAN.static java.lang.String
UnsupportedEncodingException
The Constant UnsupportedEncodingException.
-
Constructor Summary
Constructors Constructor Description StyledXMLParserException(java.lang.String message)
Creates a newStyledXMLParserException
instance.
-
-
-
Field Detail
-
INVALID_GRADIENT_FUNCTION_ARGUMENTS_LIST
public static final java.lang.String INVALID_GRADIENT_FUNCTION_ARGUMENTS_LIST
The Constant INVALID_GRADIENT_VALUE.- See Also:
- Constant Field Values
-
INVALID_GRADIENT_TO_SIDE_OR_CORNER_STRING
public static final java.lang.String INVALID_GRADIENT_TO_SIDE_OR_CORNER_STRING
The Constant INVALID_GRADIENT_TO_SIDE_OR_CORNER_STRING.- See Also:
- Constant Field Values
-
INVALID_GRADIENT_COLOR_STOP_VALUE
public static final java.lang.String INVALID_GRADIENT_COLOR_STOP_VALUE
The Constant INVALID_GRADIENT_COLOR_STOP_VALUE.- See Also:
- Constant Field Values
-
NAN
public static final java.lang.String NAN
The Constant NAN.- See Also:
- Constant Field Values
-
FontProviderContainsZeroFonts
public static final java.lang.String FontProviderContainsZeroFonts
Message in case the font provider doesn't know about any fonts.- See Also:
- Constant Field Values
-
UnsupportedEncodingException
public static final java.lang.String UnsupportedEncodingException
The Constant UnsupportedEncodingException.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
StyledXMLParserException
public StyledXMLParserException(java.lang.String message)
Creates a newStyledXMLParserException
instance.- Parameters:
message
- the message
-
-