TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
UpdateException Class Reference

#include <DBUpdater.h>

Public Member Functions

 UpdateException (std::string const &msg)
 
 ~UpdateException () throw ()
 
char constwhat () const override throw ()
 

Private Attributes

std::string const _msg
 

Constructor & Destructor Documentation

UpdateException::UpdateException ( std::string const msg)
inline
29 : _msg(msg) { }
std::string const _msg
Definition: DBUpdater.h:35
UpdateException::~UpdateException ( )
throw (
)
inline
30 { }

Member Function Documentation

char const* UpdateException::what ( ) const
throw (
)
inlineoverride
32 { return _msg.c_str(); }
std::string const _msg
Definition: DBUpdater.h:35

Member Data Documentation

std::string const UpdateException::_msg
private

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