webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Types | Static Public Member Functions | Static Public Attributes | List of all members
WebCore::SVGException Class Referencefinal

#include <SVGException.h>

Inheritance diagram for WebCore::SVGException:
WebCore::ExceptionBase WTF::RefCounted< ExceptionBase > WTF::RefCounted< ExceptionBase > WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase

Public Types

enum  SVGExceptionCode { SVG_WRONG_TYPE_ERR = SVGExceptionOffset, SVG_INVALID_VALUE_ERR = SVGExceptionOffset + 1, SVG_MATRIX_NOT_INVERTABLE = SVGExceptionOffset + 2 }
 

Static Public Member Functions

static Ref< SVGExceptioncreate (const ExceptionCodeDescription &description)
 
static bool initializeDescription (ExceptionCode, ExceptionCodeDescription *)
 

Static Public Attributes

static const int SVGExceptionOffset = 300
 
static const int SVGExceptionMax = 399
 

Additional Inherited Members

- Public Member Functions inherited from WebCore::ExceptionBase
unsigned short code () const
 
String name () const
 
String message () const
 
String toString () const
 
unsigned short code () const
 
String name () const
 
String message () const
 
String toString () const
 
- Public Member Functions inherited from WTF::RefCounted< ExceptionBase >
void deref () const
 
void deref () const
 
void deref () const
 
- Public Member Functions inherited from WTF::RefCountedBase
void ref () const
 
bool hasOneRef () const
 
unsigned refCount () const
 
void relaxAdoptionRequirement ()
 
void ref () const
 
bool hasOneRef () const
 
unsigned refCount () const
 
void relaxAdoptionRequirement ()
 
void ref () const
 
bool hasOneRef () const
 
unsigned refCount () const
 
void relaxAdoptionRequirement ()
 
- Protected Member Functions inherited from WebCore::ExceptionBase
 ExceptionBase (const ExceptionCodeDescription &)
 
 ExceptionBase (unsigned short code, const String &name, const String &message, const String &typeName)
 
 ExceptionBase (const ExceptionCodeDescription &)
 
 ExceptionBase (unsigned short code, const String &name, const String &message, const String &typeName)
 
- Protected Member Functions inherited from WTF::RefCounted< ExceptionBase >
 RefCounted ()
 
 RefCounted ()
 
 RefCounted ()
 
 ~RefCounted ()
 
 ~RefCounted ()
 
 ~RefCounted ()
 
- Protected Member Functions inherited from WTF::RefCountedBase
 RefCountedBase ()
 
 ~RefCountedBase ()
 
bool derefBase () const
 
bool deletionHasBegun () const
 
 RefCountedBase ()
 
 ~RefCountedBase ()
 
bool derefBase () const
 
bool deletionHasBegun () const
 
 RefCountedBase ()
 
 ~RefCountedBase ()
 
bool derefBase () const
 
bool deletionHasBegun () const
 

Member Enumeration Documentation

◆ SVGExceptionCode

Enumerator
SVG_WRONG_TYPE_ERR 
SVG_INVALID_VALUE_ERR 
SVG_MATRIX_NOT_INVERTABLE 

Member Function Documentation

◆ create()

static Ref<SVGException> WebCore::SVGException::create ( const ExceptionCodeDescription description)
inlinestatic

◆ initializeDescription()

bool SVGException::initializeDescription ( ExceptionCode  ec,
ExceptionCodeDescription description 
)
static

Member Data Documentation

◆ SVGExceptionMax

const int WebCore::SVGException::SVGExceptionMax = 399
static

◆ SVGExceptionOffset

const int WebCore::SVGException::SVGExceptionOffset = 300
static

The documentation for this class was generated from the following files: