#include "b2exception.H"
Additional Inherited Members | |
![]() | |
Exception (const std::string &msg_=std::string(), const char *file_=nullptr, int line_=-1) | |
const char * | name () const noexcept |
const char * | get_file () const |
int | get_line () const |
const std::string & | get_msg () const |
const std::string & | get_backtrace (int start_level=1) const |
template<typename T > | |
Exception & | operator<< (const T &t) |
template<typename T1 , typename T2 > | |
Exception & | operator<< (const std::pair< T1, T2 > &t) |
void | operator<< (const Throw &t) |
void | operator<< (const Warning &w) |
Base class for pre-defined types of exceptions.