org.w3c.dom.svg
public abstract class SVGException extends RuntimeException
| Field Summary | |
|---|---|
| short | code |
| static short | SVG_INVALID_VALUE_ERR |
| static short | SVG_MATRIX_NOT_INVERTABLE |
| static short | SVG_WRONG_TYPE_ERR |
| Constructor Summary | |
|---|---|
| SVGException(short code, String message) | |