mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-06-03 10:26:29 +00:00
174 lines
25 KiB
HTML
174 lines
25 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
|
<meta name="generator" content="Doxygen 1.8.17"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<title>Bomberman: lib/Ray/sources/Exceptions/RayError.hpp Source File</title>
|
|
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="jquery.js"></script>
|
|
<script type="text/javascript" src="dynsections.js"></script>
|
|
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="search/searchdata.js"></script>
|
|
<script type="text/javascript" src="search/search.js"></script>
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<body>
|
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
|
<div id="titlearea">
|
|
<table cellspacing="0" cellpadding="0">
|
|
<tbody>
|
|
<tr style="height: 56px;">
|
|
<td id="projectalign" style="padding-left: 0.5em;">
|
|
<div id="projectname">Bomberman
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- end header part -->
|
|
<!-- Generated by Doxygen 1.8.17 -->
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
|
/* @license-end */
|
|
</script>
|
|
<script type="text/javascript" src="menudata.js"></script>
|
|
<script type="text/javascript" src="menu.js"></script>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
$(function() {
|
|
initMenu('',true,false,'search.php','Search');
|
|
$(document).ready(function() { init_search(); });
|
|
});
|
|
/* @license-end */</script>
|
|
<div id="main-nav"></div>
|
|
<!-- window showing the filter options -->
|
|
<div id="MSearchSelectWindow"
|
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
|
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
|
</div>
|
|
|
|
<!-- iframe showing the search results (closed by default) -->
|
|
<div id="MSearchResultsWindow">
|
|
<iframe src="javascript:void(0)" frameborder="0"
|
|
name="MSearchResults" id="MSearchResults">
|
|
</iframe>
|
|
</div>
|
|
|
|
<div id="nav-path" class="navpath">
|
|
<ul>
|
|
<li class="navelem"><a class="el" href="dir_97aefd0d527b934f1d99a682da8fe6a9.html">lib</a></li><li class="navelem"><a class="el" href="dir_97e082ce3407cc227854e8f48930bd75.html">Ray</a></li><li class="navelem"><a class="el" href="dir_6a062873ed3e64cc8025242d19396498.html">sources</a></li><li class="navelem"><a class="el" href="dir_df668b2fd7e51b77c1ffc27a8eba9bf3.html">Exceptions</a></li> </ul>
|
|
</div>
|
|
</div><!-- top -->
|
|
<div class="header">
|
|
<div class="headertitle">
|
|
<div class="title">RayError.hpp</div> </div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<a href="RayError_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">/*</span></div>
|
|
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment">** EPITECH PROJECT, 2021</span></div>
|
|
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment">** Bomberman</span></div>
|
|
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment">** File description:</span></div>
|
|
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment">** RayError</span></div>
|
|
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment">*/</span></div>
|
|
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span>  </div>
|
|
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="preprocessor">#ifndef RAYERROR_HPP_</span></div>
|
|
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="preprocessor">#define RAYERROR_HPP_</span></div>
|
|
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span>  </div>
|
|
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="preprocessor">#include <stdexcept></span></div>
|
|
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="preprocessor">#include <string></span></div>
|
|
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span>  </div>
|
|
<div class="line"><a name="l00014"></a><span class="lineno"><a class="line" href="namespaceRAY_1_1Exception.html"> 14</a></span> <span class="keyword">namespace </span><a class="code" href="namespaceRAY_1_1Exception.html">RAY::Exception</a> {</div>
|
|
<div class="line"><a name="l00016"></a><span class="lineno"><a class="line" href="classRAY_1_1Exception_1_1RayError.html"> 16</a></span>  <span class="keyword">class </span><a class="code" href="classRAY_1_1Exception_1_1RayError.html">RayError</a>: <span class="keyword">public</span> std::runtime_error {</div>
|
|
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span>  <span class="keyword">public</span>:</div>
|
|
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span>  <a class="code" href="classRAY_1_1Exception_1_1RayError.html#a6576e1d55cbb9b383cf95ce75edf0a57">RayError</a>(<span class="keyword">const</span> std::string &what);</div>
|
|
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span>  </div>
|
|
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span>  <a class="code" href="classRAY_1_1Exception_1_1RayError.html#a3ad9b98eebff781fc0a7c4843115ac12">~RayError</a>() = <span class="keywordflow">default</span>;</div>
|
|
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span>  </div>
|
|
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>  <a class="code" href="classRAY_1_1Exception_1_1RayError.html#a6576e1d55cbb9b383cf95ce75edf0a57">RayError</a>(<span class="keyword">const</span> <a class="code" href="classRAY_1_1Exception_1_1RayError.html">RayError</a> &) = <span class="keywordflow">default</span>;</div>
|
|
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span>  </div>
|
|
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>  <a class="code" href="classRAY_1_1Exception_1_1RayError.html">RayError</a> &<a class="code" href="classRAY_1_1Exception_1_1RayError.html#ab6459ce0be6a6c022ebb60bc44c69a4c">operator=</a>(<span class="keyword">const</span> <a class="code" href="classRAY_1_1Exception_1_1RayError.html">RayError</a> &) = <span class="keywordflow">default</span>;</div>
|
|
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span>  };</div>
|
|
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>  </div>
|
|
<div class="line"><a name="l00032"></a><span class="lineno"><a class="line" href="classRAY_1_1Exception_1_1NotCompatibleError.html"> 32</a></span>  <span class="keyword">class </span><a class="code" href="classRAY_1_1Exception_1_1NotCompatibleError.html">NotCompatibleError</a>: <span class="keyword">public</span> <a class="code" href="classRAY_1_1Exception_1_1RayError.html">RayError</a> {</div>
|
|
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>  <span class="keyword">public</span>:</div>
|
|
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>  <a class="code" href="classRAY_1_1Exception_1_1NotCompatibleError.html#a1b9503d1df6d733cb0b8399e016ecc6b">NotCompatibleError</a>(<span class="keyword">const</span> std::string &what);</div>
|
|
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>  </div>
|
|
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>  <a class="code" href="classRAY_1_1Exception_1_1NotCompatibleError.html#a182123dcc1a304af4ea09aa1bdc9426c">~NotCompatibleError</a>() = <span class="keywordflow">default</span>;</div>
|
|
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>  </div>
|
|
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>  <a class="code" href="classRAY_1_1Exception_1_1NotCompatibleError.html#a1b9503d1df6d733cb0b8399e016ecc6b">NotCompatibleError</a>(<span class="keyword">const</span> <a class="code" href="classRAY_1_1Exception_1_1NotCompatibleError.html">NotCompatibleError</a> &) = <span class="keywordflow">default</span>;</div>
|
|
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>  </div>
|
|
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>  <a class="code" href="classRAY_1_1Exception_1_1NotCompatibleError.html">NotCompatibleError</a> &<a class="code" href="classRAY_1_1Exception_1_1NotCompatibleError.html#a4ec98936a61bbd5def9865bd1f9afe09">operator=</a>(<span class="keyword">const</span> <a class="code" href="classRAY_1_1Exception_1_1NotCompatibleError.html">NotCompatibleError</a> &) = <span class="keywordflow">default</span>;</div>
|
|
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>  };</div>
|
|
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>  </div>
|
|
<div class="line"><a name="l00048"></a><span class="lineno"><a class="line" href="classRAY_1_1Exception_1_1NotSupportedError.html"> 48</a></span>  <span class="keyword">class </span><a class="code" href="classRAY_1_1Exception_1_1NotSupportedError.html">NotSupportedError</a>: <span class="keyword">public</span> <a class="code" href="classRAY_1_1Exception_1_1RayError.html">RayError</a> {</div>
|
|
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>  <span class="keyword">public</span>:</div>
|
|
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>  <a class="code" href="classRAY_1_1Exception_1_1NotSupportedError.html#a0e5fddebc704c4749319469aff70c277">NotSupportedError</a>(<span class="keyword">const</span> std::string &what = <span class="stringliteral">"This operation is currently not supported"</span>);</div>
|
|
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>  </div>
|
|
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>  <a class="code" href="classRAY_1_1Exception_1_1NotSupportedError.html#a98579cf40ff33c61a4ad9d7f8766b6b0">~NotSupportedError</a>() = <span class="keywordflow">default</span>;</div>
|
|
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>  </div>
|
|
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>  <a class="code" href="classRAY_1_1Exception_1_1NotSupportedError.html#a0e5fddebc704c4749319469aff70c277">NotSupportedError</a>(<span class="keyword">const</span> <a class="code" href="classRAY_1_1Exception_1_1NotSupportedError.html">NotSupportedError</a> &) = <span class="keywordflow">default</span>;</div>
|
|
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>  </div>
|
|
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>  <a class="code" href="classRAY_1_1Exception_1_1NotSupportedError.html">NotSupportedError</a> &<a class="code" href="classRAY_1_1Exception_1_1NotSupportedError.html#a7e8a129e2cfc7ff86bbe2109c8f0d972">operator=</a>(<span class="keyword">const</span> <a class="code" href="classRAY_1_1Exception_1_1NotSupportedError.html">NotSupportedError</a> &) = <span class="keywordflow">default</span>;</div>
|
|
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>  };</div>
|
|
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>  </div>
|
|
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>  </div>
|
|
<div class="line"><a name="l00065"></a><span class="lineno"><a class="line" href="classRAY_1_1Exception_1_1WrongInputError.html"> 65</a></span>  <span class="keyword">class </span><a class="code" href="classRAY_1_1Exception_1_1WrongInputError.html">WrongInputError</a>: <span class="keyword">public</span> <a class="code" href="classRAY_1_1Exception_1_1RayError.html">RayError</a> {</div>
|
|
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>  <span class="keyword">public</span>:</div>
|
|
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>  <span class="keyword">explicit</span> <a class="code" href="classRAY_1_1Exception_1_1WrongInputError.html#a5e45a35f778f765ea7c752de19567234">WrongInputError</a>(<span class="keyword">const</span> std::string &what = <span class="stringliteral">"The input can't be proceed"</span>);</div>
|
|
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span>  </div>
|
|
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span>  <a class="code" href="classRAY_1_1Exception_1_1WrongInputError.html#a1e48ae96bed7dc7b120f3adde677ad9c">~WrongInputError</a>() <span class="keyword">override</span> = <span class="keywordflow">default</span>;</div>
|
|
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>  </div>
|
|
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span>  <a class="code" href="classRAY_1_1Exception_1_1WrongInputError.html#a5e45a35f778f765ea7c752de19567234">WrongInputError</a>(<span class="keyword">const</span> <a class="code" href="classRAY_1_1Exception_1_1WrongInputError.html">WrongInputError</a> &) = <span class="keywordflow">default</span>;</div>
|
|
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span>  </div>
|
|
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span>  <a class="code" href="classRAY_1_1Exception_1_1WrongInputError.html">WrongInputError</a> &<a class="code" href="classRAY_1_1Exception_1_1WrongInputError.html#ae384c21ddbd4319d7cace6b4cd7c022b">operator=</a>(<span class="keyword">const</span> <a class="code" href="classRAY_1_1Exception_1_1WrongInputError.html">WrongInputError</a> &) = <span class="keywordflow">default</span>;</div>
|
|
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>  };</div>
|
|
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>  </div>
|
|
<div class="line"><a name="l00081"></a><span class="lineno"><a class="line" href="classRAY_1_1Exception_1_1ResourceNotFound.html"> 81</a></span>  <span class="keyword">class </span><a class="code" href="classRAY_1_1Exception_1_1ResourceNotFound.html">ResourceNotFound</a>: <span class="keyword">public</span> <a class="code" href="classRAY_1_1Exception_1_1RayError.html">RayError</a> {</div>
|
|
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span>  <span class="keyword">public</span>:</div>
|
|
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>  <span class="keyword">explicit</span> <a class="code" href="classRAY_1_1Exception_1_1ResourceNotFound.html#a573f9f8119c63280a2be0c3f5f616902">ResourceNotFound</a>(<span class="keyword">const</span> std::string &path);</div>
|
|
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span>  </div>
|
|
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span>  <a class="code" href="classRAY_1_1Exception_1_1ResourceNotFound.html#a2ac6b34f0e9bbe762d7fe40b34637227">~ResourceNotFound</a>() <span class="keyword">override</span> = <span class="keywordflow">default</span>;</div>
|
|
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span>  </div>
|
|
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span>  <a class="code" href="classRAY_1_1Exception_1_1ResourceNotFound.html#a573f9f8119c63280a2be0c3f5f616902">ResourceNotFound</a>(<span class="keyword">const</span> <a class="code" href="classRAY_1_1Exception_1_1ResourceNotFound.html">ResourceNotFound</a> &) = <span class="keywordflow">default</span>;</div>
|
|
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>  </div>
|
|
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span>  <a class="code" href="classRAY_1_1Exception_1_1ResourceNotFound.html">ResourceNotFound</a> &<a class="code" href="classRAY_1_1Exception_1_1ResourceNotFound.html#a3155f4c61d00cde5deb12bde138ff6e8">operator=</a>(<span class="keyword">const</span> <a class="code" href="classRAY_1_1Exception_1_1ResourceNotFound.html">ResourceNotFound</a> &) = <span class="keywordflow">default</span>;</div>
|
|
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span>  };</div>
|
|
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span> }</div>
|
|
<div class="line"><a name="l00097"></a><span class="lineno"> 97</span>  </div>
|
|
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span> <span class="preprocessor">#endif </span><span class="comment">/* !RAYERROR_HPP_ */</span><span class="preprocessor"></span></div>
|
|
</div><!-- fragment --></div><!-- contents -->
|
|
<div class="ttc" id="aclassRAY_1_1Exception_1_1NotSupportedError_html_a98579cf40ff33c61a4ad9d7f8766b6b0"><div class="ttname"><a href="classRAY_1_1Exception_1_1NotSupportedError.html#a98579cf40ff33c61a4ad9d7f8766b6b0">RAY::Exception::NotSupportedError::~NotSupportedError</a></div><div class="ttdeci">~NotSupportedError()=default</div><div class="ttdoc">A default destructor.</div></div>
|
|
<div class="ttc" id="aclassRAY_1_1Exception_1_1NotSupportedError_html"><div class="ttname"><a href="classRAY_1_1Exception_1_1NotSupportedError.html">RAY::Exception::NotSupportedError</a></div><div class="ttdoc">exception used when an non-supported operation is done</div><div class="ttdef"><b>Definition:</b> RayError.hpp:48</div></div>
|
|
<div class="ttc" id="aclassRAY_1_1Exception_1_1WrongInputError_html_ae384c21ddbd4319d7cace6b4cd7c022b"><div class="ttname"><a href="classRAY_1_1Exception_1_1WrongInputError.html#ae384c21ddbd4319d7cace6b4cd7c022b">RAY::Exception::WrongInputError::operator=</a></div><div class="ttdeci">WrongInputError & operator=(const WrongInputError &)=default</div><div class="ttdoc">A default assignment operator.</div></div>
|
|
<div class="ttc" id="aclassRAY_1_1Exception_1_1NotCompatibleError_html"><div class="ttname"><a href="classRAY_1_1Exception_1_1NotCompatibleError.html">RAY::Exception::NotCompatibleError</a></div><div class="ttdoc">exception used when an incompatibility occurs</div><div class="ttdef"><b>Definition:</b> RayError.hpp:32</div></div>
|
|
<div class="ttc" id="aclassRAY_1_1Exception_1_1RayError_html_a6576e1d55cbb9b383cf95ce75edf0a57"><div class="ttname"><a href="classRAY_1_1Exception_1_1RayError.html#a6576e1d55cbb9b383cf95ce75edf0a57">RAY::Exception::RayError::RayError</a></div><div class="ttdeci">RayError(const std::string &what)</div><div class="ttdoc">Create a new RAY exception.</div><div class="ttdef"><b>Definition:</b> RayError.cpp:10</div></div>
|
|
<div class="ttc" id="aclassRAY_1_1Exception_1_1ResourceNotFound_html_a3155f4c61d00cde5deb12bde138ff6e8"><div class="ttname"><a href="classRAY_1_1Exception_1_1ResourceNotFound.html#a3155f4c61d00cde5deb12bde138ff6e8">RAY::Exception::ResourceNotFound::operator=</a></div><div class="ttdeci">ResourceNotFound & operator=(const ResourceNotFound &)=default</div><div class="ttdoc">A default assignment operator.</div></div>
|
|
<div class="ttc" id="aclassRAY_1_1Exception_1_1NotSupportedError_html_a7e8a129e2cfc7ff86bbe2109c8f0d972"><div class="ttname"><a href="classRAY_1_1Exception_1_1NotSupportedError.html#a7e8a129e2cfc7ff86bbe2109c8f0d972">RAY::Exception::NotSupportedError::operator=</a></div><div class="ttdeci">NotSupportedError & operator=(const NotSupportedError &)=default</div><div class="ttdoc">A default assignment operator.</div></div>
|
|
<div class="ttc" id="aclassRAY_1_1Exception_1_1RayError_html_ab6459ce0be6a6c022ebb60bc44c69a4c"><div class="ttname"><a href="classRAY_1_1Exception_1_1RayError.html#ab6459ce0be6a6c022ebb60bc44c69a4c">RAY::Exception::RayError::operator=</a></div><div class="ttdeci">RayError & operator=(const RayError &)=default</div><div class="ttdoc">A default assignment operator.</div></div>
|
|
<div class="ttc" id="aclassRAY_1_1Exception_1_1ResourceNotFound_html"><div class="ttname"><a href="classRAY_1_1Exception_1_1ResourceNotFound.html">RAY::Exception::ResourceNotFound</a></div><div class="ttdoc">exception used when a resource is not found</div><div class="ttdef"><b>Definition:</b> RayError.hpp:81</div></div>
|
|
<div class="ttc" id="aclassRAY_1_1Exception_1_1ResourceNotFound_html_a573f9f8119c63280a2be0c3f5f616902"><div class="ttname"><a href="classRAY_1_1Exception_1_1ResourceNotFound.html#a573f9f8119c63280a2be0c3f5f616902">RAY::Exception::ResourceNotFound::ResourceNotFound</a></div><div class="ttdeci">ResourceNotFound(const std::string &path)</div><div class="ttdoc">Create a new exception instance.</div><div class="ttdef"><b>Definition:</b> RayError.cpp:30</div></div>
|
|
<div class="ttc" id="aclassRAY_1_1Exception_1_1WrongInputError_html"><div class="ttname"><a href="classRAY_1_1Exception_1_1WrongInputError.html">RAY::Exception::WrongInputError</a></div><div class="ttdoc">exception used when an non-supported operation is done</div><div class="ttdef"><b>Definition:</b> RayError.hpp:65</div></div>
|
|
<div class="ttc" id="aclassRAY_1_1Exception_1_1RayError_html_a3ad9b98eebff781fc0a7c4843115ac12"><div class="ttname"><a href="classRAY_1_1Exception_1_1RayError.html#a3ad9b98eebff781fc0a7c4843115ac12">RAY::Exception::RayError::~RayError</a></div><div class="ttdeci">~RayError()=default</div><div class="ttdoc">A default destructor.</div></div>
|
|
<div class="ttc" id="aclassRAY_1_1Exception_1_1WrongInputError_html_a1e48ae96bed7dc7b120f3adde677ad9c"><div class="ttname"><a href="classRAY_1_1Exception_1_1WrongInputError.html#a1e48ae96bed7dc7b120f3adde677ad9c">RAY::Exception::WrongInputError::~WrongInputError</a></div><div class="ttdeci">~WrongInputError() override=default</div><div class="ttdoc">A default destructor.</div></div>
|
|
<div class="ttc" id="aclassRAY_1_1Exception_1_1RayError_html"><div class="ttname"><a href="classRAY_1_1Exception_1_1RayError.html">RAY::Exception::RayError</a></div><div class="ttdoc">base exception class for RAY lib</div><div class="ttdef"><b>Definition:</b> RayError.hpp:16</div></div>
|
|
<div class="ttc" id="aclassRAY_1_1Exception_1_1NotSupportedError_html_a0e5fddebc704c4749319469aff70c277"><div class="ttname"><a href="classRAY_1_1Exception_1_1NotSupportedError.html#a0e5fddebc704c4749319469aff70c277">RAY::Exception::NotSupportedError::NotSupportedError</a></div><div class="ttdeci">NotSupportedError(const std::string &what="This operation is currently not supported")</div><div class="ttdoc">Create a new exception instance.</div><div class="ttdef"><b>Definition:</b> RayError.cpp:15</div></div>
|
|
<div class="ttc" id="aclassRAY_1_1Exception_1_1NotCompatibleError_html_a4ec98936a61bbd5def9865bd1f9afe09"><div class="ttname"><a href="classRAY_1_1Exception_1_1NotCompatibleError.html#a4ec98936a61bbd5def9865bd1f9afe09">RAY::Exception::NotCompatibleError::operator=</a></div><div class="ttdeci">NotCompatibleError & operator=(const NotCompatibleError &)=default</div><div class="ttdoc">A default assignment operator.</div></div>
|
|
<div class="ttc" id="anamespaceRAY_1_1Exception_html"><div class="ttname"><a href="namespaceRAY_1_1Exception.html">RAY::Exception</a></div><div class="ttdef"><b>Definition:</b> RayError.hpp:14</div></div>
|
|
<div class="ttc" id="aclassRAY_1_1Exception_1_1NotCompatibleError_html_a1b9503d1df6d733cb0b8399e016ecc6b"><div class="ttname"><a href="classRAY_1_1Exception_1_1NotCompatibleError.html#a1b9503d1df6d733cb0b8399e016ecc6b">RAY::Exception::NotCompatibleError::NotCompatibleError</a></div><div class="ttdeci">NotCompatibleError(const std::string &what)</div><div class="ttdoc">Create a new exception instance.</div><div class="ttdef"><b>Definition:</b> RayError.cpp:20</div></div>
|
|
<div class="ttc" id="aclassRAY_1_1Exception_1_1WrongInputError_html_a5e45a35f778f765ea7c752de19567234"><div class="ttname"><a href="classRAY_1_1Exception_1_1WrongInputError.html#a5e45a35f778f765ea7c752de19567234">RAY::Exception::WrongInputError::WrongInputError</a></div><div class="ttdeci">WrongInputError(const std::string &what="The input can't be proceed")</div><div class="ttdoc">Create a new exception instance.</div><div class="ttdef"><b>Definition:</b> RayError.cpp:25</div></div>
|
|
<div class="ttc" id="aclassRAY_1_1Exception_1_1ResourceNotFound_html_a2ac6b34f0e9bbe762d7fe40b34637227"><div class="ttname"><a href="classRAY_1_1Exception_1_1ResourceNotFound.html#a2ac6b34f0e9bbe762d7fe40b34637227">RAY::Exception::ResourceNotFound::~ResourceNotFound</a></div><div class="ttdeci">~ResourceNotFound() override=default</div><div class="ttdoc">A default destructor.</div></div>
|
|
<div class="ttc" id="aclassRAY_1_1Exception_1_1NotCompatibleError_html_a182123dcc1a304af4ea09aa1bdc9426c"><div class="ttname"><a href="classRAY_1_1Exception_1_1NotCompatibleError.html#a182123dcc1a304af4ea09aa1bdc9426c">RAY::Exception::NotCompatibleError::~NotCompatibleError</a></div><div class="ttdeci">~NotCompatibleError()=default</div><div class="ttdoc">A default destructor.</div></div>
|
|
<!-- start footer part -->
|
|
<hr class="footer"/><address class="footer"><small>
|
|
Generated by  <a href="http://www.doxygen.org/index.html">
|
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
|
</a> 1.8.17
|
|
</small></address>
|
|
</body>
|
|
</html>
|