Program Listing for File exceptions.hpp

Return to documentation for file (/tmp/ws/src/ecl_core/ecl_exceptions/include/ecl/exceptions.hpp)

/*****************************************************************************
** Ifdefs
*****************************************************************************/

#ifndef ECL_EXCEPTIONS_HPP_
#define ECL_EXCEPTIONS_HPP_

/*****************************************************************************
** Platform Detection
*****************************************************************************/

#include <ecl/config/ecl.hpp>

/*****************************************************************************
** Includes
*****************************************************************************/

#include "exceptions/macros.hpp"
#include "exceptions/exception.hpp"
#include "exceptions/standard_exception.hpp"
#include "exceptions/data_exception.hpp"
#if defined(ECL_IS_POSIX)
  #include "exceptions/posix_error_handler.hpp"
#endif

#endif /* ECL_EXCEPTIONS_HPP_ */