exception.qbk 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. [/============================================================================
  2. Boost.Geometry (aka GGL, Generic Geometry Library)
  3. Copyright (c) 2007-2013 Barend Gehrels, Amsterdam, the Netherlands.
  4. Copyright (c) 2008-2013 Bruno Lalande, Paris, France.
  5. Copyright (c) 2009-2013 Mateusz Loskot, London, UK.
  6. Use, modification and distribution is subject to the Boost Software License,
  7. Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  8. http://www.boost.org/LICENSE_1_0.txt)
  9. =============================================================================/]
  10. [/ Generated by doxygen_xml2qbk 1.1.1, don't change, will be overwritten automatically]
  11. [/ Generated from doxy/doxygen_output/xml/classboost_1_1geometry_1_1exception.xml]
  12. [section:exception exception]
  13. '''<indexterm><primary>exception</primary></indexterm>'''
  14. Base exception class for Boost.Geometry algorithms.
  15. [heading Description]
  16. This class is never thrown. All exceptions thrown in Boost.Geometry are derived from exception, so it might be convenient to catch it.
  17. [heading Synopsis]
  18. ``class exception
  19. : public std::exception
  20. {
  21. // ...
  22. };
  23. ``
  24. [heading Member Function(s)]
  25. [table
  26. [[Function] [Description] [Parameters] [Returns]]
  27. [[``char const * what()``
  28. ] [] [
  29. ][
  30. ]
  31. ]
  32. ]
  33. [heading Header]
  34. `#include <boost/geometry/core/exception.hpp>`
  35. [endsect]