Exception class that is used to indicate invalid call sequence.  
 More...
#include <exceptions.hpp>
 | 
| 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) | 
|   | 
Exception class that is used to indicate invalid call sequence. 
 
      
        
          | boost::unexpected_call::unexpected_call  | 
          ( | 
           | ) | 
           | 
        
      
 
Default constructor. 
Creates an exception with the default error message. 
 
 
  
  
      
        
          | boost::unexpected_call::unexpected_call  | 
          ( | 
          std::string const &  | 
          descr | ) | 
           | 
         
       
   | 
  
explicit   | 
  
 
Initializing constructor. 
Creates an exception with the specified error message. 
 
 
      
        
          | boost::unexpected_call::~unexpected_call  | 
          ( | 
           | ) | 
           | 
        
        
          | throw  | ( |  | 
        
        
           | ) |  |  | 
        
      
 
 
  
  
      
        
          | static BOOST_LOG_NORETURN void boost::unexpected_call::throw_  | 
          ( | 
          const char *  | 
          file,  | 
         
        
           | 
           | 
          std::size_t  | 
          line  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | static BOOST_LOG_NORETURN void boost::unexpected_call::throw_  | 
          ( | 
          const char *  | 
          file,  | 
         
        
           | 
           | 
          std::size_t  | 
          line,  | 
         
        
           | 
           | 
          std::string const &  | 
          descr  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
The documentation for this class was generated from the following file: