Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > eebc325dc36bd6e3b09b9b45133e42f8 > files > 3203

HippoDraw-devel-docs-1.21.1-10.fc13.i686.rpm

<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>HippoDraw Class Library</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
<link rel="shortcut icon" href="hippoApp.ico">
</head><body>
<!-- Generated by Doxygen 1.6.2 -->
<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="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>
      <li><a href="dirs.html"><span>Directories</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
      <li><a href="classes.html"><span>Class&nbsp;Index</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="namespacehippodraw.html">hippodraw</a>::<a class="el" href="classhippodraw_1_1PlotterException.html">PlotterException</a>
  </div>
</div>
<div class="contents">
<h1>PlotterException Class Reference</h1><!-- doxytag: class="hippodraw::PlotterException" --><!-- doxytag: inherits="std::exception" -->
<p>An exception class that is thrown when attempting an illegal operation on a <a class="el" href="classhippodraw_1_1PlotterBase.html" title="The base class for the PlotterBase hierarchy.">PlotterBase</a> object.  
<a href="#_details">More...</a></p>

<p><code>#include &lt;<a class="el" href="PlotterException_8h_source.html">PlotterException.h</a>&gt;</code></p>
<div class="dynheader">
Inheritance diagram for PlotterException:</div>
<div class="dynsection">
<div class="center"><img src="classhippodraw_1_1PlotterException__inherit__graph.gif" border="0" usemap="#PlotterException_inherit__map" alt="Inheritance graph"/></div>
<map name="PlotterException_inherit__map" id="PlotterException_inherit__map">
<area shape="rect" id="node2" title="STL class." alt="" coords="25,5,103,35"/></map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>
<div class="dynheader">
Collaboration diagram for PlotterException:</div>
<div class="dynsection">
<div class="center"><img src="classhippodraw_1_1PlotterException__coll__graph.gif" border="0" usemap="#PlotterException_coll__map" alt="Collaboration graph"/></div>
<map name="PlotterException_coll__map" id="PlotterException_coll__map">
<area shape="rect" id="node2" title="STL class." alt="" coords="5,85,83,115"/><area shape="rect" id="node4" title="STL class." alt="" coords="107,85,160,115"/><area shape="rect" id="node6" title="STL class." alt="" coords="63,5,204,35"/></map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>

<p><a href="classhippodraw_1_1PlotterException-members.html">List of all members.</a></p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classhippodraw_1_1PlotterException.html#a1af88d4e5a83dc58c55ac95f9ac51e75">PlotterException</a> (const <a class="el" href="classhippodraw_1_1PlotterException.html">PlotterException</a> &amp;)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The copy constructor.  <a href="#a1af88d4e5a83dc58c55ac95f9ac51e75"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classhippodraw_1_1PlotterException.html#a8c577343a63a89f2a97d5a973f27481b">PlotterException</a> (const std::string &amp;message)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Constructor taking the error message as argument.  <a href="#a8c577343a63a89f2a97d5a973f27481b"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual const char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classhippodraw_1_1PlotterException.html#a61cc171fda3d2f63d82fa5b8bb947333">what</a> () const   throw ()</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The standard method to return a string giving message about the cause of the exception.  <a href="#a61cc171fda3d2f63d82fa5b8bb947333"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classhippodraw_1_1PlotterException.html#a4e2f62d034ccc6b3abb1d08a751b66dd">~PlotterException</a> ()  throw ()</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The virtual destructor.  <a href="#a4e2f62d034ccc6b3abb1d08a751b66dd"></a><br/></td></tr>
<tr><td colspan="2"><h2>Private Attributes</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">std::string&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classhippodraw_1_1PlotterException.html#a9b855fc7deef82b2a0ec63750d5330ba">m_message</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The error message.  <a href="#a9b855fc7deef82b2a0ec63750d5330ba"></a><br/></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>An exception class that is thrown when attempting an illegal operation on a <a class="el" href="classhippodraw_1_1PlotterBase.html" title="The base class for the PlotterBase hierarchy.">PlotterBase</a> object. </p>
<dl class="author"><dt><b>Author:</b></dt><dd>Paul F. Kunz &lt;<a href="mailto:Paul_Kunz@slac.stanford.edu">Paul_Kunz@slac.stanford.edu</a>&gt; </dd></dl>

<p>Definition at line <a class="el" href="PlotterException_8h_source.html#l00033">33</a> of file <a class="el" href="PlotterException_8h_source.html">PlotterException.h</a>.</p>
<hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="a8c577343a63a89f2a97d5a973f27481b"></a><!-- doxytag: member="hippodraw::PlotterException::PlotterException" ref="a8c577343a63a89f2a97d5a973f27481b" args="(const std::string &amp;message)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classhippodraw_1_1PlotterException.html">PlotterException</a> </td>
          <td>(</td>
          <td class="paramtype">const std::string &amp;&nbsp;</td>
          <td class="paramname"> <em>message</em></td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Constructor taking the error message as argument. </p>

<p>Definition at line <a class="el" href="PlotterException_8cxx_source.html#l00017">17</a> of file <a class="el" href="PlotterException_8cxx_source.html">PlotterException.cxx</a>.</p>

<p>References <a class="el" href="PlotterException_8h_source.html#l00038">PlotterException::m_message</a>.</p>

</div>
</div>
<a class="anchor" id="a1af88d4e5a83dc58c55ac95f9ac51e75"></a><!-- doxytag: member="hippodraw::PlotterException::PlotterException" ref="a1af88d4e5a83dc58c55ac95f9ac51e75" args="(const PlotterException &amp;)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classhippodraw_1_1PlotterException.html">PlotterException</a> </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classhippodraw_1_1PlotterException.html">PlotterException</a> &amp;&nbsp;</td>
          <td class="paramname"> <em>e</em></td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>The copy constructor. </p>
<dl class="attention"><dt><b>Attention:</b></dt><dd>Although the implementation is the same as the default copy constructor, GCC 2.95.3 needs an implementation else the exception is not caught. It is not needed by GCC 3.2.1. </dd></dl>

<p>Definition at line <a class="el" href="PlotterException_8cxx_source.html#l00023">23</a> of file <a class="el" href="PlotterException_8cxx_source.html">PlotterException.cxx</a>.</p>

<p>References <a class="el" href="PlotterException_8h_source.html#l00038">PlotterException::m_message</a>.</p>

</div>
</div>
<a class="anchor" id="a4e2f62d034ccc6b3abb1d08a751b66dd"></a><!-- doxytag: member="hippodraw::PlotterException::~PlotterException" ref="a4e2f62d034ccc6b3abb1d08a751b66dd" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">~<a class="el" href="classhippodraw_1_1PlotterException.html">PlotterException</a> </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&nbsp;)&nbsp;</td>
          <td>  throw ()<code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>The virtual destructor. </p>
<p>Appears that the required declaration has to be the same as the base class, according to GCC 3.2.1. </p>

<p>Definition at line <a class="el" href="PlotterException_8cxx_source.html#l00030">30</a> of file <a class="el" href="PlotterException_8cxx_source.html">PlotterException.cxx</a>.</p>

</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="a61cc171fda3d2f63d82fa5b8bb947333"></a><!-- doxytag: member="hippodraw::PlotterException::what" ref="a61cc171fda3d2f63d82fa5b8bb947333" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const char * what </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&nbsp;)&nbsp;</td>
          <td> const  throw ()<code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>The standard method to return a string giving message about the cause of the exception. </p>

<p>Definition at line <a class="el" href="PlotterException_8cxx_source.html#l00036">36</a> of file <a class="el" href="PlotterException_8cxx_source.html">PlotterException.cxx</a>.</p>

<p>References <a class="el" href="PlotterException_8h_source.html#l00038">PlotterException::m_message</a>.</p>

</div>
</div>
<hr/><h2>Member Data Documentation</h2>
<a class="anchor" id="a9b855fc7deef82b2a0ec63750d5330ba"></a><!-- doxytag: member="hippodraw::PlotterException::m_message" ref="a9b855fc7deef82b2a0ec63750d5330ba" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">std::string <a class="el" href="classhippodraw_1_1PlotterException.html#a9b855fc7deef82b2a0ec63750d5330ba">m_message</a><code> [private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>The error message. </p>

<p>Definition at line <a class="el" href="PlotterException_8h_source.html#l00038">38</a> of file <a class="el" href="PlotterException_8h_source.html">PlotterException.h</a>.</p>

<p>Referenced by <a class="el" href="PlotterException_8cxx_source.html#l00017">PlotterException::PlotterException()</a>, and <a class="el" href="PlotterException_8cxx_source.html#l00036">PlotterException::what()</a>.</p>

</div>
</div>
<hr/>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="PlotterException_8h_source.html">PlotterException.h</a></li>
<li><a class="el" href="PlotterException_8cxx_source.html">PlotterException.cxx</a></li>
</ul>
</div>
<hr size="1"><address style="align: right;"><small>
Generated for HippoDraw Class Library by <a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0>
</a> </small></address>
</body>
</html>