55 #ifndef GCN_EXCEPTION_HPP
56 #define GCN_EXCEPTION_HPP
64 #define __FUNCTION__ "?"
73 #define GCN_EXCEPTION(mess) gcn::Exception(mess, \
121 const std::string&
function,
122 const std::string& filename,
130 const std::string& getFunction()
const;
137 const std::string& getMessage()
const;
144 const std::string& getFilename()
const;
161 #endif // end GCN_EXCEPTION_HPP
std::string mMessage
Definition: exception.h:155
Definition: exception.h:94
int mLine
Definition: exception.h:157
Definition: cliprectangle.cpp:61
std::string mFilename
Definition: exception.h:156
std::string mFunction
Definition: exception.h:154