Sophie

Sophie

distrib > Fedora > 13 > i386 > media > os > by-pkgid > ecbd8c5b7568e331fe6ea5b9a07a78a0 > files > 91

CCfits-docs-2.2-2.fc13.noarch.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://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"/>
<title>CCfits: CCfits::FITS::CantOpen 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.6.1 -->
<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="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"><b>CCfits</b>::<a class="el" href="classCCfits_1_1FITS.html">FITS</a>::<a class="el" href="classCCfits_1_1FITS_1_1CantOpen.html">CantOpen</a>
  </div>
</div>
<div class="contents">
<h1>CCfits::FITS::CantOpen Class Reference<br/>
<small>
[<a class="el" href="group__FITSexcept.html">FITS Exceptions</a>]</small>
</h1><!-- doxytag: class="CCfits::FITS::CantOpen" --><!-- doxytag: inherits="CCfits::FitsException" -->
<p>thrown on failure to open existing file  
<a href="#_details">More...</a></p>

<p><code>#include &lt;<a class="el" href="FITS_8h_source.html">FITS.h</a>&gt;</code></p>
<div class="dynheader">
Inheritance diagram for CCfits::FITS::CantOpen:</div>
<div class="dynsection">
 <div class="center">
  <img src="classCCfits_1_1FITS_1_1CantOpen.gif" alt="Inheritance diagram" usemap="#CCfits::FITS::CantOpen_map" alt=""/>
  <map id="CCfits::FITS::CantOpen_map" name="CCfits::FITS::CantOpen_map">
<area href="classCCfits_1_1FitsException.html" alt="CCfits::FitsException" shape="rect" coords="0,0,141,24"/>
</map>
 </div>
</div>

<p><a href="classCCfits_1_1FITS_1_1CantOpen-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="classCCfits_1_1FITS_1_1CantOpen.html#ac51f3d69a93cfbf1e14990e314d92df9">CantOpen</a> (const String &amp;diag, bool silent=true)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Exception ctor prefixes the string: "FITS Error: Cannot create file " before specific message.  <a href="#ac51f3d69a93cfbf1e14990e314d92df9"></a><br/></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>thrown on failure to open existing file </p>
<hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="ac51f3d69a93cfbf1e14990e314d92df9"></a><!-- doxytag: member="CCfits::FITS::CantOpen::CantOpen" ref="ac51f3d69a93cfbf1e14990e314d92df9" args="(const String &amp;diag, bool silent=true)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">CCfits::FITS::CantOpen::CantOpen </td>
          <td>(</td>
          <td class="paramtype">const String &amp;&nbsp;</td>
          <td class="paramname"> <em>diag</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">bool&nbsp;</td>
          <td class="paramname"> <em>silent</em> = <code>true</code></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Exception ctor prefixes the string: "FITS Error: Cannot create file " before specific message. </p>
<p>This exception will be thrown if users attempt to open an existing file for write access to which they do not have permission, or of course if the file does not exist.</p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>diag</em>&nbsp;</td><td>A specific diagnostic message, the name of the file that was to be created. </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>silent</em>&nbsp;</td><td>if true, print message whether <a class="el" href="classCCfits_1_1FITS.html#ac897e39e93234792d519913e656be5fc" title="return verbose setting for library">FITS::verboseMode</a> is set or not. </td></tr>
  </table>
  </dd>
</dl>

</div>
</div>
<hr/>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="FITS_8h_source.html">FITS.h</a></li>
<li>FITS.cxx</li>
</ul>
</div>
<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Sep 9 11:59:44 2009 for CCfits by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body>
</html>