TrinityCore
Loading...
Searching...
No Matches
DBCFile::Exception Class Reference

#include <dbcfile.h>

+ Inheritance diagram for DBCFile::Exception:

Public Member Functions

 Exception (const std::string &message)
 
virtual ~Exception ()
 
const std::string & getMessage ()
 
 Exception (const std::string &message)
 
virtual ~Exception ()
 
const std::string & getMessage ()
 

Private Attributes

std::string message
 

Detailed Description

Definition at line 33 of file dbcfile.h.

Constructor & Destructor Documentation

◆ Exception() [1/2]

DBCFile::Exception::Exception ( const std::string &  message)
inline

Definition at line 36 of file dbcfile.h.

◆ ~Exception() [1/2]

virtual DBCFile::Exception::~Exception ( )
inlinevirtual

Definition at line 38 of file dbcfile.h.

◆ Exception() [2/2]

DBCFile::Exception::Exception ( const std::string &  message)
inline

Definition at line 39 of file dbcfile.h.

◆ ~Exception() [2/2]

virtual DBCFile::Exception::~Exception ( )
inlinevirtual

Definition at line 41 of file dbcfile.h.

Member Function Documentation

◆ getMessage() [1/2]

const std::string & DBCFile::Exception::getMessage ( )
inline

Definition at line 40 of file dbcfile.h.

◆ getMessage() [2/2]

const std::string & DBCFile::Exception::getMessage ( )
inline

Definition at line 43 of file dbcfile.h.

Member Data Documentation

◆ message

std::string DBCFile::Exception::message
private

Definition at line 42 of file dbcfile.h.


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