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

#include <Exception.h>

Public Member Functions

 Exception (ExceptionCode, String &&={ })
 
ExceptionCode code () const
 
const Stringmessage () const
 
String && releaseMessage ()
 
 Exception (ExceptionCode, String &&={ })
 
ExceptionCode code () const
 
const Stringmessage () const
 
String && releaseMessage ()
 

Constructor & Destructor Documentation

◆ Exception() [1/2]

WebCore::Exception::Exception ( ExceptionCode  ,
String &&  = { } 
)
explicit

◆ Exception() [2/2]

WebCore::Exception::Exception ( ExceptionCode  ,
String &&  = { } 
)
explicit

Member Function Documentation

◆ code() [1/2]

ExceptionCode WebCore::Exception::code ( ) const
inline

◆ code() [2/2]

ExceptionCode WebCore::Exception::code ( ) const
inline

◆ message() [1/2]

const String& WebCore::Exception::message ( ) const
inline

◆ message() [2/2]

const String& WebCore::Exception::message ( ) const
inline

◆ releaseMessage() [1/2]

String&& WebCore::Exception::releaseMessage ( )
inline

◆ releaseMessage() [2/2]

String&& WebCore::Exception::releaseMessage ( )
inline

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