![]() |
Intel® Collaboration Suite for WebRTC
version 4.3.1
Open WebRTC Toolkit (OWT) Client SDK for Windows*
|
Class for exceptions. More...
#include <owt/base/exception.h>
Public Member Functions | |
Exception () | |
Default constructor for exceptions. | |
Exception (const ExceptionType &type, const std::string &message) | |
Constructor with type and message. More... | |
ExceptionType | Type () const |
Get exception type. More... | |
std::string | Message () const |
Get exception message. More... | |
Class for exceptions.
owt::base::Exception::Exception | ( | const ExceptionType & | type, |
const std::string & | message | ||
) |
std::string owt::base::Exception::Message | ( | ) | const |
Get exception message.
ExceptionType owt::base::Exception::Type | ( | ) | const |
Get exception type.