• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<html>
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4<title>Class exception</title>
5<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
6<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7<link rel="home" href="../../index.html" title="Chapter 1. Boost.Contract 1.0.0">
8<link rel="up" href="../../reference.html#header.boost.contract.core.exception_hpp" title="Header &lt;boost/contract/core/exception.hpp&gt;">
9<link rel="prev" href="bad_virtual_result_cast.html" title="Class bad_virtual_result_cast">
10<link rel="next" href="from.html" title="Type from">
11</head>
12<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
13<table cellpadding="2" width="100%"><tr>
14<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
15<td align="center"><a href="../../../../../../index.html">Home</a></td>
16<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
17<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
18<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
19<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
20</tr></table>
21<hr>
22<div class="spirit-nav">
23<a accesskey="p" href="bad_virtual_result_cast.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../reference.html#header.boost.contract.core.exception_hpp"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="from.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
24</div>
25<div class="refentry">
26<a name="boost.contract.exception"></a><div class="titlepage"></div>
27<div class="refnamediv">
28<h2><span class="refentrytitle">Class exception</span></h2>
29<p>boost::contract::exception — Public base class for all exceptions directly thrown by this library. </p>
30</div>
31<h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2>
32<div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: &lt;<a class="link" href="../../reference.html#header.boost.contract.core.exception_hpp" title="Header &lt;boost/contract/core/exception.hpp&gt;">boost/contract/core/exception.hpp</a>&gt;
33
34</span>
35<span class="keyword">class</span> <a class="link" href="exception.html" title="Class exception">exception</a> <span class="special">{</span>
36<span class="keyword">public</span><span class="special">:</span>
37  <span class="comment">// <a class="link" href="exception.html#boost.contract.exceptionconstruct-copy-destruct">construct/copy/destruct</a></span>
38  <a class="link" href="exception.html#idm46268585279008-bb"><span class="special">~</span><span class="identifier">exception</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span>
39<span class="special">}</span><span class="special">;</span></pre></div>
40<div class="refsect1">
41<a name="idm45988678861632"></a><h2>Description</h2>
42<p>This class does not inherit from <code class="computeroutput">std::exception</code> because exceptions deriving from this class will do that (inheriting from <code class="computeroutput">std::exception</code>, <code class="computeroutput">std::bad_cast</code>, etc.).</p>
43<p><span class="bold"><strong>See Also:</strong></span></p>
44<p> <code class="computeroutput"><a class="link" href="assertion_failure.html" title="Class assertion_failure">boost::contract::assertion_failure</a></code>,  <code class="computeroutput"><a class="link" href="bad_virtual_result_cast.html" title="Class bad_virtual_result_cast">boost::contract::bad_virtual_result_cast</a></code>, etc. </p>
45<p>
46</p>
47<p>
48</p>
49<div class="refsect2">
50<a name="idm45988678854896"></a><h3>
51<a name="boost.contract.exceptionconstruct-copy-destruct"></a><code class="computeroutput">exception</code>
52        public
53       construct/copy/destruct</h3>
54<div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem">
55<pre class="literallayout"><a name="idm46268585279008-bb"></a><span class="special">~</span><span class="identifier">exception</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre>Destruct this object. <p><span class="bold"><strong>Throws:</strong></span> This is declared <code class="computeroutput">noexcept</code> (or <code class="computeroutput">throw()</code> before C++11). </p>
56</li></ol></div>
57</div>
58</div>
59</div>
60<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
61<td align="left"></td>
62<td align="right"><div class="copyright-footer">Copyright © 2008-2019 Lorenzo Caminiti<p>
63        Distributed under the Boost Software License, Version 1.0 (see accompanying
64        file LICENSE_1_0.txt or a copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
65      </p>
66</div></td>
67</tr></table>
68<hr>
69<div class="spirit-nav">
70<a accesskey="p" href="bad_virtual_result_cast.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../reference.html#header.boost.contract.core.exception_hpp"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="from.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
71</div>
72</body>
73</html>
74