SVGException object
Defines an exception that is raised when a specific SVG operation is impossible to perform.
![]() ![]() |
Members
The SVGException object has these types of members:
Methods
The SVGException object has these methods.
| Method | Description |
|---|---|
| toString |
Returns a string that represents the current object. |
Properties
The SVGException object has these properties.
| Property | Access type | Description |
|---|---|---|
|
Gets the exception code that is raised. | ||
|
Gets a description of the exception that is raised. | ||
| Read-only |
Gets the exception name that is raised. |
Standards information
- Scalable Vector Graphics (SVG) 1.1, Appendix B.4
Remarks
Note In addition to the attributes, properties, events, methods, and styles listed above, SVG elements also inherit core HTML attributes, properties, events, methods, and styles.
The following constants exist in group SVGException code:
- SVGWrongTypeError
is raised when an object of the wrong type is passed to an operation.
Note No operation is defined to raise an SVGException exception with this code in the SVG 1.1 Second Edition specification. The constant is defined for consistency with the 1.1 First Edition specification.
- SVGInvalidValueError is raised when an invalid value is passed to an operation or assigned to an attribute.
- SVGMatrixNotInvertableError is raised when an application tries to invert a matrix that is not invertible.
Note The unusual spelling of this constant is maintained for compatibility with existing content.
See also
Show:

