#include <execution_monitor.hpp>
Classes | |
| struct | location | 
Public Types | |
| enum | error_code {  no_error = 0, user_error = 200, cpp_exception_error = 205, system_error = 210, timeout_error = 215, user_fatal_error = 220, system_fatal_error = 225 }  | 
Public Member Functions | |
| execution_exception (error_code ec_, const_string what_msg_, location const &location_) | |
| error_code | code () const | 
| const_string | what () const | 
| location const & | where () const | 
| boost::execution_exception::execution_exception | ( | error_code | ec_, | 
| const_string | what_msg_, | ||
| location const & | location_ | ||
| ) | 
      
  | 
  inline | 
Referenced by main().
      
  | 
  inline | 
Referenced by boost::unit_test::unit_test_log_formatter::log_exception(), and main().
      
  | 
  inline |