Mac OS X Reference Library Apple Developer
Search

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; 

 

Did this document help you? Yes It's good, but... Not helpful...

Last Updated: 2010-05-27