SVGException

Module:
svg
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Functions

toString

toString


DOMString toString(); 

Member Data

code
message
name
SVG_INVALID_VALUE_ERR
SVG_MATRIX_NOT_INVERTABLE
SVG_WRONG_TYPE_ERR

code


readonly attribute unsigned short code; 


message


readonly attribute DOMString message; 


name


readonly attribute DOMString name; 


SVG_INVALID_VALUE_ERR


const unsigned short SVG_INVALID_VALUE_ERR = 1; 


SVG_MATRIX_NOT_INVERTABLE


const unsigned short SVG_MATRIX_NOT_INVERTABLE = 2; 


SVG_WRONG_TYPE_ERR


const unsigned short SVG_WRONG_TYPE_ERR = 0; 

 

Last Updated: 2009-05-29