webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
SVGException Exception Reference

import"SVGException.idl";

Public Member Functions

DOMString toString ()
 

Public Attributes

readonly attribute unsigned short code
 
readonly attribute DOMString name
 
readonly attribute DOMString message
 
const unsigned short SVG_WRONG_TYPE_ERR = 0
 
const unsigned short SVG_INVALID_VALUE_ERR = 1
 
const unsigned short SVG_MATRIX_NOT_INVERTABLE = 2
 

Member Function Documentation

◆ toString()

DOMString SVGException::toString ( )

Member Data Documentation

◆ code

readonly attribute unsigned short SVGException::code

◆ message

readonly attribute DOMString SVGException::message

◆ name

readonly attribute DOMString SVGException::name

◆ SVG_INVALID_VALUE_ERR

const unsigned short SVGException::SVG_INVALID_VALUE_ERR = 1

◆ SVG_MATRIX_NOT_INVERTABLE

const unsigned short SVGException::SVG_MATRIX_NOT_INVERTABLE = 2

◆ SVG_WRONG_TYPE_ERR

const unsigned short SVGException::SVG_WRONG_TYPE_ERR = 0

The documentation for this exception was generated from the following file: