Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > c200d180bc1063a7706e0da42a546b51 > files > 107

atlascpp-devel-0.6.1-7.fc12.x86_64.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>Atlas-C++: Atlas::Exception Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css">
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.9 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
      <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
    </ul>
  </div>
  <div class="navpath"><a class="el" href="namespace_atlas.html">Atlas</a>::<a class="el" href="class_atlas_1_1_exception.html">Exception</a>
  </div>
</div>
<div class="contents">
<h1>Atlas::Exception Class Reference</h1><!-- doxytag: class="Atlas::Exception" -->Base class for all exceptions thrown by Atlas-C++.  
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="_exception_8h_source.html">Exception.h</a>&gt;</code>
<p>
<div class="dynheader">
Inheritance diagram for Atlas::Exception:</div>
<div class="dynsection">

<p><center><img src="class_atlas_1_1_exception.png" usemap="#Atlas::Exception_map" border="0" alt=""></center>
<map name="Atlas::Exception_map">
<area href="class_atlas_1_1_message_1_1_wrong_type_exception.html" alt="Atlas::Message::WrongTypeException" shape="rect" coords="0,56,223,80">
<area href="class_atlas_1_1_objects_1_1_no_such_attr_exception.html" alt="Atlas::Objects::NoSuchAttrException" shape="rect" coords="233,56,456,80">
</map>
</div>

<p>
<a href="class_atlas_1_1_exception-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="15bb705517f7ed17e4fe3822a44c8601"></a><!-- doxytag: member="Atlas::Exception::Exception" ref="15bb705517f7ed17e4fe3822a44c8601" args="(const std::string &amp;d=&quot;UNKNOWN ERROR&quot;)" -->
&nbsp;</td><td class="memItemRight" valign="bottom"><b>Exception</b> (const std::string &amp;d=&quot;UNKNOWN ERROR&quot;)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="54455a05136c9f6d3b410cf3eb5c7a80"></a><!-- doxytag: member="Atlas::Exception::getDescription" ref="54455a05136c9f6d3b410cf3eb5c7a80" args="() const " -->
const std::string &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><b>getDescription</b> () const </td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="f4007216d346afca618ca0aba70607e0"></a><!-- doxytag: member="Atlas::Exception::what" ref="f4007216d346afca618ca0aba70607e0" args="() const " -->
virtual const char *&nbsp;</td><td class="memItemRight" valign="bottom"><b>what</b> () const   throw ()</td></tr>

<tr><td colspan="2"><br><h2>Protected Attributes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="4b1d32cd3638fbe8272f1146ac2e084a"></a><!-- doxytag: member="Atlas::Exception::m_description" ref="4b1d32cd3638fbe8272f1146ac2e084a" args="" -->
std::string&nbsp;</td><td class="memItemRight" valign="bottom"><b>m_description</b></td></tr>

</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Base class for all exceptions thrown by Atlas-C++. 
<p>
All subclasses should pass in a description of the exceptional circumstance encountered. <hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="_exception_8h_source.html">Exception.h</a></ul>
</div>
<HR>
<P>Copyright 2000-2004 the respective authors.</P>
<P>This document can be licensed under the terms of the GNU Free Documentation
License or the GNU General Public License and may be freely distributed under
the terms given by one of these licenses.</P>