Files
Bomberman/classRAY_1_1Exception_1_1ResourceNotFound.html
2021-06-26 11:31:13 +00:00

255 lines
15 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: RAY::Exception::ResourceNotFound Class Reference</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&amp;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&amp;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="namespaceRAY.html">RAY</a></li><li class="navelem"><a class="el" href="namespaceRAY_1_1Exception.html">Exception</a></li><li class="navelem"><a class="el" href="classRAY_1_1Exception_1_1ResourceNotFound.html">ResourceNotFound</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="classRAY_1_1Exception_1_1ResourceNotFound-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">RAY::Exception::ResourceNotFound Class Reference</div> </div>
</div><!--header-->
<div class="contents">
<p>exception used when a resource is not found
<a href="classRAY_1_1Exception_1_1ResourceNotFound.html#details">More...</a></p>
<p><code>#include &lt;<a class="el" href="RayError_8hpp_source.html">RayError.hpp</a>&gt;</code></p>
<div class="dynheader">
Inheritance diagram for RAY::Exception::ResourceNotFound:</div>
<div class="dyncontent">
<div class="center"><iframe scrolling="no" frameborder="0" src="classRAY_1_1Exception_1_1ResourceNotFound__inherit__graph.svg" width="196" height="442"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
</div>
</div>
<div class="dynheader">
Collaboration diagram for RAY::Exception::ResourceNotFound:</div>
<div class="dyncontent">
<div class="center"><iframe scrolling="no" frameborder="0" src="classRAY_1_1Exception_1_1ResourceNotFound__coll__graph.svg" width="196" height="442"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
</div>
</div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:a573f9f8119c63280a2be0c3f5f616902"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classRAY_1_1Exception_1_1ResourceNotFound.html#a573f9f8119c63280a2be0c3f5f616902">ResourceNotFound</a> (const std::string &amp;path)</td></tr>
<tr class="memdesc:a573f9f8119c63280a2be0c3f5f616902"><td class="mdescLeft">&#160;</td><td class="mdescRight">Create a new exception instance. <a href="classRAY_1_1Exception_1_1ResourceNotFound.html#a573f9f8119c63280a2be0c3f5f616902">More...</a><br /></td></tr>
<tr class="separator:a573f9f8119c63280a2be0c3f5f616902"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a2ac6b34f0e9bbe762d7fe40b34637227"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classRAY_1_1Exception_1_1ResourceNotFound.html#a2ac6b34f0e9bbe762d7fe40b34637227">~ResourceNotFound</a> () override=default</td></tr>
<tr class="memdesc:a2ac6b34f0e9bbe762d7fe40b34637227"><td class="mdescLeft">&#160;</td><td class="mdescRight">A default destructor. <a href="classRAY_1_1Exception_1_1ResourceNotFound.html#a2ac6b34f0e9bbe762d7fe40b34637227">More...</a><br /></td></tr>
<tr class="separator:a2ac6b34f0e9bbe762d7fe40b34637227"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aa547fce02be0e4df9886f651ca63e9c9"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classRAY_1_1Exception_1_1ResourceNotFound.html#aa547fce02be0e4df9886f651ca63e9c9">ResourceNotFound</a> (const <a class="el" href="classRAY_1_1Exception_1_1ResourceNotFound.html">ResourceNotFound</a> &amp;)=default</td></tr>
<tr class="memdesc:aa547fce02be0e4df9886f651ca63e9c9"><td class="mdescLeft">&#160;</td><td class="mdescRight">An exception is copy constructable. <a href="classRAY_1_1Exception_1_1ResourceNotFound.html#aa547fce02be0e4df9886f651ca63e9c9">More...</a><br /></td></tr>
<tr class="separator:aa547fce02be0e4df9886f651ca63e9c9"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a3155f4c61d00cde5deb12bde138ff6e8"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classRAY_1_1Exception_1_1ResourceNotFound.html">ResourceNotFound</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classRAY_1_1Exception_1_1ResourceNotFound.html#a3155f4c61d00cde5deb12bde138ff6e8">operator=</a> (const <a class="el" href="classRAY_1_1Exception_1_1ResourceNotFound.html">ResourceNotFound</a> &amp;)=default</td></tr>
<tr class="memdesc:a3155f4c61d00cde5deb12bde138ff6e8"><td class="mdescLeft">&#160;</td><td class="mdescRight">A default assignment operator. <a href="classRAY_1_1Exception_1_1ResourceNotFound.html#a3155f4c61d00cde5deb12bde138ff6e8">More...</a><br /></td></tr>
<tr class="separator:a3155f4c61d00cde5deb12bde138ff6e8"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pub_methods_classRAY_1_1Exception_1_1RayError"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classRAY_1_1Exception_1_1RayError')"><img src="closed.png" alt="-"/>&#160;Public Member Functions inherited from <a class="el" href="classRAY_1_1Exception_1_1RayError.html">RAY::Exception::RayError</a></td></tr>
<tr class="memitem:a6576e1d55cbb9b383cf95ce75edf0a57 inherit pub_methods_classRAY_1_1Exception_1_1RayError"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classRAY_1_1Exception_1_1RayError.html#a6576e1d55cbb9b383cf95ce75edf0a57">RayError</a> (const std::string &amp;what)</td></tr>
<tr class="memdesc:a6576e1d55cbb9b383cf95ce75edf0a57 inherit pub_methods_classRAY_1_1Exception_1_1RayError"><td class="mdescLeft">&#160;</td><td class="mdescRight">Create a new <a class="el" href="namespaceRAY.html">RAY</a> exception. <a href="classRAY_1_1Exception_1_1RayError.html#a6576e1d55cbb9b383cf95ce75edf0a57">More...</a><br /></td></tr>
<tr class="separator:a6576e1d55cbb9b383cf95ce75edf0a57 inherit pub_methods_classRAY_1_1Exception_1_1RayError"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a3ad9b98eebff781fc0a7c4843115ac12 inherit pub_methods_classRAY_1_1Exception_1_1RayError"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classRAY_1_1Exception_1_1RayError.html#a3ad9b98eebff781fc0a7c4843115ac12">~RayError</a> ()=default</td></tr>
<tr class="memdesc:a3ad9b98eebff781fc0a7c4843115ac12 inherit pub_methods_classRAY_1_1Exception_1_1RayError"><td class="mdescLeft">&#160;</td><td class="mdescRight">A default destructor. <a href="classRAY_1_1Exception_1_1RayError.html#a3ad9b98eebff781fc0a7c4843115ac12">More...</a><br /></td></tr>
<tr class="separator:a3ad9b98eebff781fc0a7c4843115ac12 inherit pub_methods_classRAY_1_1Exception_1_1RayError"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a23ddd0f92b1b4e5bac88c0f67376167b inherit pub_methods_classRAY_1_1Exception_1_1RayError"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classRAY_1_1Exception_1_1RayError.html#a23ddd0f92b1b4e5bac88c0f67376167b">RayError</a> (const <a class="el" href="classRAY_1_1Exception_1_1RayError.html">RayError</a> &amp;)=default</td></tr>
<tr class="memdesc:a23ddd0f92b1b4e5bac88c0f67376167b inherit pub_methods_classRAY_1_1Exception_1_1RayError"><td class="mdescLeft">&#160;</td><td class="mdescRight">A <a class="el" href="namespaceRAY.html">RAY</a> exception is copy constructable. <a href="classRAY_1_1Exception_1_1RayError.html#a23ddd0f92b1b4e5bac88c0f67376167b">More...</a><br /></td></tr>
<tr class="separator:a23ddd0f92b1b4e5bac88c0f67376167b inherit pub_methods_classRAY_1_1Exception_1_1RayError"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab6459ce0be6a6c022ebb60bc44c69a4c inherit pub_methods_classRAY_1_1Exception_1_1RayError"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classRAY_1_1Exception_1_1RayError.html">RayError</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classRAY_1_1Exception_1_1RayError.html#ab6459ce0be6a6c022ebb60bc44c69a4c">operator=</a> (const <a class="el" href="classRAY_1_1Exception_1_1RayError.html">RayError</a> &amp;)=default</td></tr>
<tr class="memdesc:ab6459ce0be6a6c022ebb60bc44c69a4c inherit pub_methods_classRAY_1_1Exception_1_1RayError"><td class="mdescLeft">&#160;</td><td class="mdescRight">A default assignment operator. <a href="classRAY_1_1Exception_1_1RayError.html#ab6459ce0be6a6c022ebb60bc44c69a4c">More...</a><br /></td></tr>
<tr class="separator:ab6459ce0be6a6c022ebb60bc44c69a4c inherit pub_methods_classRAY_1_1Exception_1_1RayError"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>exception used when a resource is not found </p>
</div><h2 class="groupheader">Constructor &amp; Destructor Documentation</h2>
<a id="a573f9f8119c63280a2be0c3f5f616902"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a573f9f8119c63280a2be0c3f5f616902">&#9670;&nbsp;</a></span>ResourceNotFound() <span class="overload">[1/2]</span></h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">RAY::Exception::ResourceNotFound::ResourceNotFound </td>
<td>(</td>
<td class="paramtype">const std::string &amp;&#160;</td>
<td class="paramname"><em>path</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">explicit</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Create a new exception instance. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">path</td><td>path of the un-loadable path </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a id="a2ac6b34f0e9bbe762d7fe40b34637227"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a2ac6b34f0e9bbe762d7fe40b34637227">&#9670;&nbsp;</a></span>~ResourceNotFound()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">RAY::Exception::ResourceNotFound::~ResourceNotFound </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">override</span><span class="mlabel">default</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>A default destructor. </p>
</div>
</div>
<a id="aa547fce02be0e4df9886f651ca63e9c9"></a>
<h2 class="memtitle"><span class="permalink"><a href="#aa547fce02be0e4df9886f651ca63e9c9">&#9670;&nbsp;</a></span>ResourceNotFound() <span class="overload">[2/2]</span></h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">RAY::Exception::ResourceNotFound::ResourceNotFound </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classRAY_1_1Exception_1_1ResourceNotFound.html">ResourceNotFound</a> &amp;&#160;</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">default</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>An exception is copy constructable. </p>
</div>
</div>
<h2 class="groupheader">Member Function Documentation</h2>
<a id="a3155f4c61d00cde5deb12bde138ff6e8"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a3155f4c61d00cde5deb12bde138ff6e8">&#9670;&nbsp;</a></span>operator=()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classRAY_1_1Exception_1_1ResourceNotFound.html">ResourceNotFound</a>&amp; RAY::Exception::ResourceNotFound::operator= </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classRAY_1_1Exception_1_1ResourceNotFound.html">ResourceNotFound</a> &amp;&#160;</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">default</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>A default assignment operator. </p>
</div>
</div>
<hr/>The documentation for this class was generated from the following files:<ul>
<li>lib/Ray/sources/Exceptions/<a class="el" href="RayError_8hpp_source.html">RayError.hpp</a></li>
<li>lib/Ray/sources/Exceptions/<a class="el" href="RayError_8cpp.html">RayError.cpp</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.17
</small></address>
</body>
</html>