doc/struct.html in rmagick-2.7.0 vs doc/struct.html in rmagick-2.7.1

- old
+ new

@@ -2,34 +2,34 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta name="generator" content= - "HTML Tidy for Linux/x86 (vers 1 September 2005), see www.w3.org" /> + "HTML Tidy for Linux/x86 (vers 6 November 2007), see www.w3.org" /> - <title>RMagick 2.7.0: Miscellaneous classes</title> + <title>RMagick 2.7.1: Miscellaneous classes</title> <meta http-equiv="Content-Type" content= "text/html; charset=us-ascii" /> <meta name="GENERATOR" content="Quanta Plus" /> <meta name="Copyright" content= "Copyright (C) 2006 by Timothy P. Hunter" /> <link rel="stylesheet" type="text/css" href="css/doc.css" /> <link rel="stylesheet" type="text/css" href="css/ref.css" /> -<script type="text/javascript" src="scripts/doc.js"> + <script type="text/javascript" src="scripts/doc.js"> </script> -<style type="text/css"> - /*<![CDATA[*/ + <style type="text/css"> +/*<![CDATA[*/ /* Styles local to this page. */ /*]]>*/ -</style> + </style> </head> <body> - <h6 id="header">RMagick 2.7.0 User's Guide and Reference</h6> + <h6 id="header">RMagick 2.7.1 User's Guide and Reference</h6> <div class="nav"> &laquo;&nbsp;<a href="draw.html">Prev</a> | <a href= "index.html">Contents</a> | <a href= "info.html">Next</a>&nbsp;&raquo; @@ -90,10 +90,13 @@ <ul> <li><a href="#MagickError">ImageMagickError</a></li> <li><a href= + "#FatalImageMagickError">FatalImageMagickError</a></li> + + <li><a href= "#DestroyedImageError">DestroyedImageError</a></li> </ul> </div> <div class="subhd"> @@ -1291,24 +1294,34 @@ "superclass">&lt; StandardError</span></h3> <div class="desc"> <h4>Description</h4> - <p>When an ImageMagick function returns an error condition, - RMagick raises this exception.</p> + <p>RMagick raises this exception when an ImageMagick function + returns an error condition.</p> </div> + <h3 id="FatalImageMagickError">class FatalImageMagickError + <span class="superclass">&lt; StandardError</span></h3> + + <div class="desc"> + <h4>Description</h4> + + <p>RMagick raises this exception when ImageMagick raises a + fatal (unrecoverable) error condition.</p> + </div> + <h3 id="DestroyedImageError">class DestroyedImageError <span class="superclass">&lt; StandardError</span></h3> <div class="desc"> <h4>Description</h4> - <p>When any Image method (except <a href= - "image1.html#destroyed_q">destroyed?</a> and <a href= - "image2.html#inspect">inspect</a>) is called after an image - has been <a href="image1.html#destroy_bang">destroyed</a>, - RMagick raises this exception.</p> + <p>RMagick raises this exception when any Image method + (except <a href="image1.html#destroyed_q">destroyed?</a> and + <a href="image2.html#inspect">inspect</a>) is called after an + image has been <a href= + "image1.html#destroy_bang">destroyed</a>.</p> </div> </div> <p class="spacer">&nbsp;</p>