owlcpp
v0.3.3-86-g20d8c12~
C++ library for working with OWL ontologies
|
#include <exception.hpp>
Public Types | |
typedef boost::error_info < struct errinfo_message_, std::string > | msg_t |
typedef boost::error_info < struct errinfo_str1_, std::string > | str1_t |
typedef boost::error_info < struct errinfo_str2_, std::string > | str2_t |
typedef boost::error_info < struct errinfo_str3_, std::string > | str3_t |
typedef boost::error_info < struct errinfo_int1_, int > | int1_t |
typedef boost::error_info < struct errinfo_int2_, int > | int2_t |
typedef boost::error_info < struct errinfo_node_id_, Node_id > | node_id_t |
typedef boost::errinfo_nested_exception | nested_t |
Example: BOOST_THROW_EXCEPTION( base_exception() << base_exception::msg_t("exception occurred") << base_exception::nested_t(boost::current_exception()) );