Vowpal Wabbit
|
#include <vw_exception.h>
Public Member Functions | |
strict_parse_exception (const char *file, int lineNumber, const std::string &message) | |
strict_parse_exception (const strict_parse_exception &ex)=default | |
strict_parse_exception & | operator= (const strict_parse_exception &other)=default |
strict_parse_exception (strict_parse_exception &&ex) noexcept=default | |
strict_parse_exception & | operator= (strict_parse_exception &&other) noexcept=default |
~strict_parse_exception () noexceptoverride=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) noexcept=default | |
vw_exception & | operator= (vw_exception &&other) noexcept=default |
~vw_exception () noexcept=default | |
const char * | what () const noexceptoverride |
const char * | Filename () const |
int | LineNumber () const |
|
inline |
|
default |
|
defaultnoexcept |
|
overridedefaultnoexcept |
|
default |
|
defaultnoexcept |