Exotica
|
#include <exception.h>
Private Member Functions | |
Exception (const std::string &msg, const char *file, const char *func, int line, const std::string &object=std::string()) | |
Additional Inherited Members | |
Public Types inherited from exotica::Exception | |
enum | ReportingType { Message = 1, FileName = 2, FunctionName = 4, LineNumber = 8, ObjectName = 16 } |
Public Member Functions inherited from exotica::Exception | |
Exception (const std::string &msg, const char *file, const char *func, int line, const std::string &object=std::string()) | |
virtual const char * | what () const noexcept |
Public Attributes inherited from exotica::Exception | |
std::string | msg_ |
|
explicitprivate |