1 //Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc. 2 3 //Distributed under the Boost Software License, Version 1.0. (See accompanying 4 //file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 5 6 #ifndef BOOST_EXCEPTION_316FDA946C0D11DEA9CBAE5255D89593 7 #define BOOST_EXCEPTION_316FDA946C0D11DEA9CBAE5255D89593 8 9 #include <boost/config.hpp> 10 #include <boost/exception/diagnostic_information.hpp> 11 #include <boost/exception/error_info.hpp> 12 #include <boost/exception/exception.hpp> 13 #include <boost/exception/get_error_info.hpp> 14 #include <boost/exception/info.hpp> 15 #include <boost/exception/info_tuple.hpp> 16 #include <boost/exception/errinfo_api_function.hpp> 17 #include <boost/exception/errinfo_at_line.hpp> 18 #include <boost/exception/errinfo_errno.hpp> 19 #include <boost/exception/errinfo_file_handle.hpp> 20 #include <boost/exception/errinfo_file_name.hpp> 21 #include <boost/exception/errinfo_file_open_mode.hpp> 22 #include <boost/exception/errinfo_type_info_name.hpp> 23 #ifndef BOOST_NO_EXCEPTIONS 24 #include <boost/exception/errinfo_nested_exception.hpp> 25 #include <boost/exception_ptr.hpp> 26 #endif 27 #endif 28