org.w3c.dom.svg

Class SVGException

public abstract class SVGException extends RuntimeException

Field Summary
shortcode
static shortSVG_INVALID_VALUE_ERR
static shortSVG_MATRIX_NOT_INVERTABLE
static shortSVG_WRONG_TYPE_ERR
Constructor Summary
SVGException(short code, String message)

Field Detail

code

public short code

SVG_INVALID_VALUE_ERR

public static final short SVG_INVALID_VALUE_ERR

SVG_MATRIX_NOT_INVERTABLE

public static final short SVG_MATRIX_NOT_INVERTABLE

SVG_WRONG_TYPE_ERR

public static final short SVG_WRONG_TYPE_ERR

Constructor Detail

SVGException

public SVGException(short code, String message)