Additional Inherited Members | |
Public Member Functions inherited from c10::Error | |
Error (const std::string &msg, const std::string &backtrace, const void *caller=nullptr) | |
Error (SourceLocation source_location, const std::string &msg) | |
Error (const char *file, const uint32_t line, const char *condition, const std::string &msg, const std::string &backtrace, const void *caller=nullptr) | |
void | AppendMessage (const std::string &msg) |
std::string | msg () const |
std::string | msg_without_backtrace () const |
const std::vector< std::string > & | msg_stack () const |
const char * | what () const noexceptoverride |
Returns the complete error message, including the source location. | |
const void * | caller () const noexcept |
const char * | what_without_backtrace () const noexcept |
Returns only the error message string, without source location. | |
Definition at line 106 of file Exception.h.