Otclient  14/8/2020
stdext::exception Class Reference

#include <exception.h>

Inheritance diagram for stdext::exception:
Collaboration diagram for stdext::exception:

Public Member Functions

 exception ()
 
 exception (const std::string &what)
 
virtual ~exception () throw ()
 
virtual const char * what () const throw ()
 

Protected Attributes

std::string m_what
 

Detailed Description

Definition at line 31 of file exception.h.

Constructor & Destructor Documentation

◆ exception() [1/2]

stdext::exception::exception ( )
inline

Definition at line 34 of file exception.h.

◆ exception() [2/2]

stdext::exception::exception ( const std::string &  what)
inline

Definition at line 35 of file exception.h.

◆ ~exception()

virtual stdext::exception::~exception ( )
throw (
)
inlinevirtual

Definition at line 36 of file exception.h.

Member Function Documentation

◆ what()

virtual const char* stdext::exception::what ( ) const
throw (
)
inlinevirtual

Reimplemented in stdext::cast_exception, LuaException, and OTMLException.

Definition at line 37 of file exception.h.

Here is the caller graph for this function:

Member Data Documentation

◆ m_what

std::string stdext::exception::m_what
protected

Definition at line 39 of file exception.h.


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