Dart API Referencedart:htmlSVGException

SVGException Interface

Static Fields

Code final int SVG_INVALID_VALUE_ERR #

static final int SVG_INVALID_VALUE_ERR = 1;

Code final int SVG_MATRIX_NOT_INVERTABLE #

static final int SVG_MATRIX_NOT_INVERTABLE = 2;

Code final int SVG_WRONG_TYPE_ERR #

static final int SVG_WRONG_TYPE_ERR = 0;

Methods

Code String toString() #

String toString();

Fields

Code final int code #

final int code;

Code final String message #

final String message;

Code final String name #

final String name;