public interface SVGException
Modifier and Type | Field and Description |
---|---|
static int |
SVG_INVALID_VALUE_ERR |
static int |
SVG_MATRIX_NOT_INVERTABLE |
static int |
SVG_WRONG_TYPE_ERR |
Modifier and Type | Method and Description |
---|---|
int |
getCode() |
String |
getMessage() |
String |
getName() |
static final int SVG_INVALID_VALUE_ERR
static final int SVG_MATRIX_NOT_INVERTABLE
static final int SVG_WRONG_TYPE_ERR
Copyright © 2018. All rights reserved.