45 : function_name_ (function_name)
46 , file_name_ (file_name)
47 , line_number_ (line_number)
50 std::stringstream sstream;
unsigned getLineNumber() const
const std::string & getFileName() const
virtual const char * what() const
const std::string & getFunctionName() const
AstraException & operator=(const AstraException &exception)
std::string message_long_
std::string function_name_
AstraException(const std::string &function_name, const std::string &file_name, unsigned line_number, const std::string &message)
virtual ~AstraException()