Vowpal Wabbit
|
#include <vw_exception.h>
Public Member Functions | |
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=default | |
const char * | what () const noexceptoverride |
const char * | Filename () const |
int | LineNumber () const |
|
inline |
|
default |
|
default |
|
defaultnoexcept |
|
inline |
|
inline |
|
default |
|
default |
|
inlineoverridenoexcept |