Vowpal Wabbit
Loading...
Searching...
No Matches
Public Member Functions | List of all members
VW::vw_unrecognised_option_exception Class Reference

#include <vw_exception.h>

Inheritance diagram for VW::vw_unrecognised_option_exception:
VW::vw_exception

Public Member Functions

 vw_unrecognised_option_exception (const char *file, int lineNumber, const std::string &message)
 
 vw_unrecognised_option_exception (const vw_unrecognised_option_exception &ex)=default
 
vw_unrecognised_option_exceptionoperator= (const vw_unrecognised_option_exception &other)=default
 
 vw_unrecognised_option_exception (vw_unrecognised_option_exception &&ex)=default
 
vw_unrecognised_option_exceptionoperator= (vw_unrecognised_option_exception &&other)=default
 
 ~vw_unrecognised_option_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_exceptionoperator= (const vw_exception &other)=default
 
 vw_exception (vw_exception &&ex)=default
 
vw_exceptionoperator= (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
 

Constructor & Destructor Documentation

◆ vw_unrecognised_option_exception() [1/3]

VW::vw_unrecognised_option_exception::vw_unrecognised_option_exception ( const char *  file,
int  lineNumber,
const std::string &  message 
)
inline

◆ vw_unrecognised_option_exception() [2/3]

VW::vw_unrecognised_option_exception::vw_unrecognised_option_exception ( const vw_unrecognised_option_exception ex)
default

◆ vw_unrecognised_option_exception() [3/3]

VW::vw_unrecognised_option_exception::vw_unrecognised_option_exception ( vw_unrecognised_option_exception &&  ex)
default

◆ ~vw_unrecognised_option_exception()

VW::vw_unrecognised_option_exception::~vw_unrecognised_option_exception ( )
overridedefaultnoexcept

Member Function Documentation

◆ operator=() [1/2]

vw_unrecognised_option_exception & VW::vw_unrecognised_option_exception::operator= ( const vw_unrecognised_option_exception other)
default

◆ operator=() [2/2]

vw_unrecognised_option_exception & VW::vw_unrecognised_option_exception::operator= ( vw_unrecognised_option_exception &&  other)
default

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