webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Protected Member Functions | List of all members
WebCore::ExceptionBase Class Reference

#include <ExceptionBase.h>

Inheritance diagram for WebCore::ExceptionBase:
WTF::RefCounted< ExceptionBase > WTF::RefCounted< ExceptionBase > WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WebCore::DOMCoreException WebCore::FileException WebCore::SQLException WebCore::SVGException WebCore::XPathException

Public Member Functions

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

 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
 

Constructor & Destructor Documentation

◆ ExceptionBase() [1/4]

WebCore::ExceptionBase::ExceptionBase ( const ExceptionCodeDescription description)
explicitprotected

◆ ExceptionBase() [2/4]

WebCore::ExceptionBase::ExceptionBase ( unsigned short  code,
const String name,
const String message,
const String typeName 
)
protected

◆ ExceptionBase() [3/4]

WebCore::ExceptionBase::ExceptionBase ( const ExceptionCodeDescription )
explicitprotected

◆ ExceptionBase() [4/4]

WebCore::ExceptionBase::ExceptionBase ( unsigned short  code,
const String name,
const String message,
const String typeName 
)
protected

Member Function Documentation

◆ code() [1/2]

unsigned short WebCore::ExceptionBase::code ( ) const
inline

◆ code() [2/2]

unsigned short WebCore::ExceptionBase::code ( ) const
inline

◆ message() [1/2]

String WebCore::ExceptionBase::message ( ) const
inline

◆ message() [2/2]

String WebCore::ExceptionBase::message ( ) const
inline

◆ name() [1/2]

String WebCore::ExceptionBase::name ( ) const
inline

◆ name() [2/2]

String WebCore::ExceptionBase::name ( ) const
inline

◆ toString() [1/2]

String WebCore::ExceptionBase::toString ( ) const

◆ toString() [2/2]

String WebCore::ExceptionBase::toString ( ) const

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