00001 00008 /***************************************************************************** 00009 ** Ifdefs 00010 *****************************************************************************/ 00011 00012 #ifndef ECL_EXCEPTIONS_HPP_ 00013 #define ECL_EXCEPTIONS_HPP_ 00014 00015 /***************************************************************************** 00016 ** Platform Detection 00017 *****************************************************************************/ 00018 00019 #include <ecl/config/ecl.hpp> 00020 00021 /***************************************************************************** 00022 ** Includes 00023 *****************************************************************************/ 00024 00025 #include "exceptions/macros.hpp" 00026 #include "exceptions/exception.hpp" 00027 #include "exceptions/standard_exception.hpp" 00028 #include "exceptions/data_exception.hpp" 00029 #if defined(ECL_IS_POSIX) 00030 #include "exceptions/posix_error_handler.hpp" 00031 #endif 00032 00033 #endif /* ECL_EXCEPTIONS_HPP_ */