TrinityCore
UpdateException Class Reference

#include <DBUpdater.h>

+ Inheritance diagram for UpdateException:

Public Member Functions

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

Private Attributes

std::string const _msg
 

Detailed Description

Definition at line 36 of file DBUpdater.h.

Constructor & Destructor Documentation

◆ UpdateException()

UpdateException::UpdateException ( std::string const &  msg)
inline

Definition at line 39 of file DBUpdater.h.

◆ ~UpdateException()

UpdateException::~UpdateException ( )
throw (
)
inline

Definition at line 40 of file DBUpdater.h.

Member Function Documentation

◆ what()

char const * UpdateException::what ( ) const
throw (
)
inlineoverride

Definition at line 42 of file DBUpdater.h.

Member Data Documentation

◆ _msg

std::string const UpdateException::_msg
private

Definition at line 45 of file DBUpdater.h.


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