Caffe2 - C++ API
A deep learning, cross platform ML framework
c10::IndexError Class Reference
Inheritance diagram for c10::IndexError:
c10::Error

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.
 

Detailed Description

Definition at line 106 of file Exception.h.


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