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

#include <FileNotFound.h>

Public Member Functions

 FileNotFound ()
 
 FileNotFound (const std::string &f, const std::string &m)
 
virtual ~FileNotFound ()
 

Public Attributes

std::string filename
 
std::string message
 

Detailed Description

Thrown by various file opening routines if the file is not found.

See also
ParseError, System::findDataFile

Constructor & Destructor Documentation

G3D::FileNotFound::FileNotFound ( )
inline
25 {}
G3D::FileNotFound::FileNotFound ( const std::string &  f,
const std::string &  m 
)
inline
26 : filename(f), message(m) {}
std::string filename
Definition: FileNotFound.h:22
std::string message
Definition: FileNotFound.h:23
virtual G3D::FileNotFound::~FileNotFound ( )
inlinevirtual
27 {};

Member Data Documentation

std::string G3D::FileNotFound::filename
std::string G3D::FileNotFound::message

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