/usr/share/doc/libevocosm-dev/html/a00040.html is in libevocosm-dev 4.0.2-3ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>Evocosm</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body bgcolor="#ffffff">
<h1 align="center" color="#606080">
Evocosm - A C++ Framework for Evolutionary Computing
</h1>
<h2 align="center"><a href="index.html">Main Index</a></h2>
<p align="center">
Created by <a href="mailto:scott.ladd@@coyotegulch.com?subject=libevocosm">Scott Robert Ladd</a> at
<a href="http://www.coyotegulch.com">Coyote Gulch Productions</a>.
</p>
<hr>
<!-- Generated by Doxygen 1.8.9.1 -->
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="a00061.html">libevocosm</a></li><li class="navelem"><a class="el" href="a00040.html">validation_error</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> |
<a href="a00101.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">libevocosm::validation_error< Type > Class Template Reference</div> </div>
</div><!--header-->
<div class="contents">
<p>Standard validation exception.
<a href="a00040.html#details">More...</a></p>
<p><code>#include <<a class="el" href="a00060_source.html">validator.h</a>></code></p>
<div class="dynheader">
Inheritance diagram for libevocosm::validation_error< Type >:</div>
<div class="dyncontent">
<div class="center">
<img src="a00040.png" usemap="#libevocosm::validation_error< Type >_map" alt=""/>
<map id="libevocosm::validation_error< Type >_map" name="libevocosm::validation_error< Type >_map">
</map>
</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:aaea23f9aac2a1e2e383f4114247d072e"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="a00040.html#aaea23f9aac2a1e2e383f4114247d072e">validation_error</a> (const Type &object, const string &details=string())</td></tr>
<tr class="memdesc:aaea23f9aac2a1e2e383f4114247d072e"><td class="mdescLeft"> </td><td class="mdescRight">Constructor. <a href="#aaea23f9aac2a1e2e383f4114247d072e">More...</a><br /></td></tr>
<tr class="separator:aaea23f9aac2a1e2e383f4114247d072e"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><h3>template<typename Type><br />
class libevocosm::validation_error< Type ></h3>
<p>This is the standard exception thrown for validation failures. By deriving from the Standard C++ exception <em>runtime_error</em>, validation error is caught by generic <em>catch (std::exception) </em> blocks or more specific exception handlers. </p><dl class="section version"><dt>Version</dt><dd>1.0.0 </dd></dl>
<dl class="section date"><dt>Date</dt><dd>1 May 2002 </dd></dl>
</div><h2 class="groupheader">Constructor & Destructor Documentation</h2>
<a class="anchor" id="aaea23f9aac2a1e2e383f4114247d072e"></a>
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<typename Type> </div>
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="a00040.html">libevocosm::validation_error</a>< Type >::<a class="el" href="a00040.html">validation_error</a> </td>
<td>(</td>
<td class="paramtype">const Type & </td>
<td class="paramname"><em>object</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const string & </td>
<td class="paramname"><em>details</em> = <code>string()</code> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Constructs a <em><a class="el" href="a00040.html" title="Standard validation exception. ">validation_error</a></em> from an object and an optional detail string. The resulting error message – retrieved via the <em>what()</em> method inherited from <em> runtime_error</em> – contains the type of object, it's content, and the test of the detail string (if one is provided). </p><dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">object</td><td>The erroneous object that failed validation </td></tr>
<tr><td class="paramname">details</td><td>A string providing detailed information about the validation failure </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="a00060_source.html">validator.h</a></li>
</ul>
</div><!-- contents -->
<hr>
<p align="center"><small>
© 1996-2005 Scott Robert Ladd. All rights reserved.<br>
HTML documentation generated by Dimitri van Heesch's excellent <a href="http://www.doxygen.org">Doxygen</a> tool.
</small>
</p>
</body>
</html>
|