Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
DBCFile::Exception Class Reference

#include <dbcfile.h>

Inheritance diagram for DBCFile::Exception:

Public Member Functions

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

Private Attributes

std::string message

Detailed Description

Definition at line 22 of file dbcfile.h.

Constructor & Destructor Documentation

◆ Exception() [1/2]

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

Definition at line 25 of file dbcfile.h.

References message.

Referenced by DBCFile::NotFound::NotFound().

◆ ~Exception() [1/2]

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

Definition at line 26 of file dbcfile.h.

◆ Exception() [2/2]

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

Definition at line 25 of file dbcfile.h.

References message.

◆ ~Exception() [2/2]

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

Definition at line 26 of file dbcfile.h.

Member Function Documentation

◆ getMessage() [1/2]

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

Definition at line 27 of file dbcfile.h.

References message.

◆ getMessage() [2/2]

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

Definition at line 27 of file dbcfile.h.

References message.

Member Data Documentation

◆ message

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

Definition at line 29 of file dbcfile.h.

Referenced by Exception(), and getMessage().


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