WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.
SVGException
This object is available to unprivileged JavaScript. It implements the following interfaces:
Constants
| short | SVG_WRONG_TYPE_ERR | = 0 |
| short | SVG_INVALID_VALUE_ERR | = 1 |
| short | SVG_MATRIX_NOT_INVERTABLE | = 2 |
Properties
readonly short code
readonly int columnNumber
readonly nsISupports data
readonly char* filename
readonly nsIException inner
readonly int lineNumber
readonly nsIStackFrame location
readonly char* message
readonly char* name
readonly nsresult result
Methods
char* toString ( )
Reference documentation is generated from Mozilla's source.
