public abstract class SVGException
extends java.lang.RuntimeException
Modifier and Type | Field and Description |
---|---|
short |
code |
static short |
SVG_INVALID_VALUE_ERR |
static short |
SVG_MATRIX_NOT_INVERTABLE |
static short |
SVG_WRONG_TYPE_ERR |
Constructor and Description |
---|
SVGException(short code,
java.lang.String message) |
public short code
public static final short SVG_WRONG_TYPE_ERR
public static final short SVG_INVALID_VALUE_ERR
public static final short SVG_MATRIX_NOT_INVERTABLE