Sophie

Sophie

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

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::CantCreate 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="structCCfits_1_1FITS_1_1CantCreate.html">CantCreate</a>
  </div>
</div>
<div class="contents">
<h1>CCfits::FITS::CantCreate Class Reference<br/>
<small>
[<a class="el" href="group__FITSexcept.html">FITS Exceptions</a>]</small>
</h1><!-- doxytag: class="CCfits::FITS::CantCreate" --><!-- doxytag: inherits="CCfits::FitsException" -->
<p>thrown on failure to create new 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::CantCreate:</div>
<div class="dynsection">
 <div class="center">
  <img src="structCCfits_1_1FITS_1_1CantCreate.gif" alt="Inheritance diagram" usemap="#CCfits::FITS::CantCreate_map" alt=""/>
  <map id="CCfits::FITS::CantCreate_map" name="CCfits::FITS::CantCreate_map">
<area href="classCCfits_1_1FitsException.html" alt="CCfits::FitsException" shape="rect" coords="0,0,148,24"/>
</map>
 </div>
</div>

<p><a href="classCCfits_1_1FITS_1_1CantCreate-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="structCCfits_1_1FITS_1_1CantCreate.html#a9c7e9923d86095cb065ba3be679edc44">CantCreate</a> (const String &amp;diag, bool silent=false)</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="#a9c7e9923d86095cb065ba3be679edc44"></a><br/></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>thrown on failure to create new file </p>
<hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="a9c7e9923d86095cb065ba3be679edc44"></a><!-- doxytag: member="CCfits::FITS::CantCreate::CantCreate" ref="a9c7e9923d86095cb065ba3be679edc44" args="(const String &amp;diag, bool silent=false)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">CCfits::FITS::CantCreate::CantCreate </td>
          <td>(</td>
          <td class="paramtype">const String &amp;&nbsp;</td>
          <td class="paramname"> <em>msg</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">bool&nbsp;</td>
          <td class="paramname"> <em>silent</em> = <code>false</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 the user attempts to write to a protected directory or attempts to create a new file with the same name as an existing file without specifying overwrite [overwrite is specified by adding the character '!' before the filename, following the cfitsio convention].</p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>msg</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>