Vowpal Wabbit
|
#include <vw_exception.h>
Public Member Functions | |
save_load_model_exception (const char *file, int lineNumber, const std::string &message) | |
save_load_model_exception (const save_load_model_exception &ex)=default | |
save_load_model_exception & | operator= (const save_load_model_exception &other)=default |
save_load_model_exception (save_load_model_exception &&ex)=default | |
save_load_model_exception & | operator= (save_load_model_exception &&other)=default |
~save_load_model_exception () noexcept override=default | |
Public Member Functions inherited from VW::vw_exception | |
vw_exception (const char *file, int lineNumber, std::string const &message) | |
vw_exception (const vw_exception &ex)=default | |
vw_exception & | operator= (const vw_exception &other)=default |
vw_exception (vw_exception &&ex)=default | |
vw_exception & | operator= (vw_exception &&other)=default |
~vw_exception () noexcept override=default | |
const char * | what () const noexcept override |
const char * | Filename () const |
const char * | filename () const |
int | LineNumber () const |
int | line_number () const |
|
inline |
|
default |
|
default |
|
overridedefaultnoexcept |
|
default |
|
default |