KHTML
Go to the documentation of this file.
22 #ifndef SVGException_h
23 #define SVGException_h
28 #include "wtf/RefCounted.h"
32 class SVGException :
public RefCounted<SVGException> {
39 static const int SVGExceptionOffset = 300;
40 static const int SVGExceptionMax = 399;
42 enum SVGExceptionCode {
43 SVG_WRONG_TYPE_ERR = SVGExceptionOffset,
44 SVG_INVALID_VALUE_ERR = SVGExceptionOffset + 1,
45 SVG_MATRIX_NOT_INVERTABLE = SVGExceptionOffset + 2
50 unsigned short code()
const {
return m_code; }
60 unsigned short m_code;
67 typedef DOM::SVGException SVGException;
This class implements the basic string we use in the DOM.
This library provides a full-featured HTML parser and widget.
const char * name(StandardAction id)
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Tue Jan 26 2021 00:00:00 by
doxygen 1.9.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.