Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::missing_value Class Reference

Exception class that is used to indicate errors of missing values. More...

#include <exceptions.hpp>

Inheritance diagram for boost::missing_value:
Collaboration diagram for boost::missing_value:

Public Member Functions

 missing_value ()
 Default constructor. More...
 
 missing_value (std::string const &descr)
 Initializing constructor. More...
 
 ~missing_value () throw ()
 Destructor. More...
 

Static Public Member Functions

static BOOST_LOG_NORETURN void throw_ (const char *file, std::size_t line)
 
static BOOST_LOG_NORETURN void throw_ (const char *file, std::size_t line, std::string const &descr)
 
static BOOST_LOG_NORETURN void throw_ (const char *file, std::size_t line, std::string const &descr, attribute_name const &name)
 

Detailed Description

Exception class that is used to indicate errors of missing values.

Constructor & Destructor Documentation

boost::missing_value::missing_value ( )

Default constructor.

Creates an exception with the default error message.

boost::missing_value::missing_value ( std::string const &  descr)
explicit

Initializing constructor.

Creates an exception with the specified error message.

boost::missing_value::~missing_value ( )
throw (
)

Destructor.

Member Function Documentation

static BOOST_LOG_NORETURN void boost::missing_value::throw_ ( const char *  file,
std::size_t  line 
)
static
static BOOST_LOG_NORETURN void boost::missing_value::throw_ ( const char *  file,
std::size_t  line,
std::string const &  descr 
)
static
static BOOST_LOG_NORETURN void boost::missing_value::throw_ ( const char *  file,
std::size_t  line,
std::string const &  descr,
attribute_name const &  name 
)
static

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