diff --git a/www/api/exception.html b/www/api/exception.html
index 6e13d20..eb14f0e 100644
--- a/www/api/exception.html
+++ b/www/api/exception.html
@@ -1,6 +1,10 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 

   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" dir="ltr">

+<html version="-//W3C//DTD XHTML 1.1//EN"

+      xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"

+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

+      xsi:schemaLocation="http://www.w3.org/1999/xhtml

+                          http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd">

 <head>

   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>

   <meta name="verify-v1" content="g222frIIxcQTrvDR3NBRUSKP3AnMNoqxOkIniCEkV7U="/>

@@ -149,7 +153,7 @@
   <a title="Sponsor: Web Hosting Ratings" href="http://webhostingrating.com">Web Hosting Ratings</a><!-- 201110010720 -->
 </div>
 <div  class="sponsor">
-  <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+  <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201107010240 r.leo -->
 </div>
 <div class="sponsor">
   <a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
@@ -164,7 +168,7 @@
   <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
+   <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
 </div>
 </div>
 </div>
@@ -186,314 +190,9 @@
 

 <div class="main">

 

-<h1>Module exception
- Methods</h1>
-<p class="navigation-index">[<a href="#AcquireExceptionInfo">AcquireExceptionInfo</a> &bull; <a href="#ClearMagickException">ClearMagickException</a> &bull; <a href="#CatchException">CatchException</a> &bull; <a href="#DestroyExceptionInfo">DestroyExceptionInfo</a> &bull; <a href="#GetExceptionInfo">GetExceptionInfo</a> &bull; <a href="#GetExceptionMessage">GetExceptionMessage</a> &bull; <a href="#GetLocaleExceptionMessage">GetLocaleExceptionMessage</a> &bull; <a href="#InheritException">InheritException</a> &bull; <a href="#MagickError">MagickError</a> &bull; <a href="#MagickFatalError">MagickFatalError</a> &bull; <a href="#MagickWarning">MagickWarning</a> &bull; <a href="#SetErrorHandler">SetErrorHandler</a> &bull; <a href="#SetFatalErrorHandler">SetFatalErrorHandler</a> &bull; <a href="#SetWarningHandler">SetWarningHandler</a> &bull; <a href="#ThrowException">ThrowException</a>]</p>
-
-<h2><a href="http://www.imagemagick.org/api/MagickCore/exception
-_8c.html" id="AcquireExceptionInfo">AcquireExceptionInfo</a></h2>
-<div class="doc-section">
-
-<p>AcquireExceptionInfo() allocates the ExceptionInfo structure.</p>
-
-<p>The format of the AcquireExceptionInfo method is:</p>
-
-<pre class="code">
-  ExceptionInfo *AcquireExceptionInfo(void)
-</pre>
-
- </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/exception
-_8c.html" id="ClearMagickException">ClearMagickException</a></h2>
-<div class="doc-section">
-
-<p>ClearMagickException() clears any exception that may not have been caught yet.</p>
-
-<p>The format of the ClearMagickException method is:</p>
-
-<pre class="code">
-  ClearMagickException(ExceptionInfo *exception)
-</pre>
-
-<p>A description of each parameter follows:</p>
-
-<h5>exception</h5>
-<p>the exception info.</p>
-
- </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/exception
-_8c.html" id="CatchException">CatchException</a></h2>
-<div class="doc-section">
-
-<p>CatchException() returns if no exceptions is found otherwise it reports the exception as a warning, error, or fatal depending on the severity.</p>
-
-<p>The format of the CatchException method is:</p>
-
-<pre class="code">
-  CatchException(ExceptionInfo *exception)
-</pre>
-
-<p>A description of each parameter follows:</p>
-
-<h5>exception</h5>
-<p>the exception info.</p>
-
- </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/exception
-_8c.html" id="DestroyExceptionInfo">DestroyExceptionInfo</a></h2>
-<div class="doc-section">
-
-<p>DestroyExceptionInfo() deallocates memory associated with an exception.</p>
-
-<p>The format of the DestroyExceptionInfo method is:</p>
-
-<pre class="code">
-  ExceptionInfo *DestroyExceptionInfo(ExceptionInfo *exception)
-</pre>
-
-<p>A description of each parameter follows:</p>
-
-<h5>exception</h5>
-<p>the exception info.</p>
-
- </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/exception
-_8c.html" id="GetExceptionInfo">GetExceptionInfo</a></h2>
-<div class="doc-section">
-
-<p>GetExceptionInfo() initializes an exception to default values.</p>
-
-<p>The format of the GetExceptionInfo method is:</p>
-
-<pre class="code">
-  GetExceptionInfo(ExceptionInfo *exception)
-</pre>
-
-<p>A description of each parameter follows:</p>
-
-<h5>exception</h5>
-<p>the exception info.</p>
-
- </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/exception
-_8c.html" id="GetExceptionMessage">GetExceptionMessage</a></h2>
-<div class="doc-section">
-
-<p>GetExceptionMessage() returns the error message defined by the specified error code.</p>
-
-<p>The format of the GetExceptionMessage method is:</p>
-
-<pre class="code">
-  char *GetExceptionMessage(const int error)
-</pre>
-
-<p>A description of each parameter follows:</p>
-
-<h5>error</h5>
-<p>the error code.</p>
-
- </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/exception
-_8c.html" id="GetLocaleExceptionMessage">GetLocaleExceptionMessage</a></h2>
-<div class="doc-section">
-
-<p>GetLocaleExceptionMessage() converts a enumerated exception severity and tag to a message in the current locale.</p>
-
-<p>The format of the GetLocaleExceptionMessage method is:</p>
-
-<pre class="code">
-  const char *GetLocaleExceptionMessage(const ExceptionType severity,
-    const char *tag)
-</pre>
-
-<p>A description of each parameter follows:</p>
-
-<h5>severity</h5>
-<p>the severity of the exception.</p>
-
-<h5>tag</h5>
-<p>the message tag.</p>
-
- </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/exception
-_8c.html" id="InheritException">InheritException</a></h2>
-<div class="doc-section">
-
-<p>InheritException() inherits an exception from a related exception.</p>
-
-<p>The format of the InheritException method is:</p>
-
-<pre class="code">
-  InheritException(ExceptionInfo *exception,const ExceptionInfo *relative)
-</pre>
-
-<p>A description of each parameter follows:</p>
-
-<h5>exception</h5>
-<p>the exception info.</p>
-
-<h5>relative</h5>
-<p>the related exception info.</p>
-
- </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/exception
-_8c.html" id="MagickError">MagickError</a></h2>
-<div class="doc-section">
-
-<p>MagickError() calls the exception handler methods with an error reason.</p>
-
-<p>The format of the MagickError method is:</p>
-
-<pre class="code">
-  void MagickError(const ExceptionType error,const char *reason,
-    const char *description)
-</pre>
-
-<p>A description of each parameter follows:</p>
-
-<h5>exception</h5>
-<p>Specifies the numeric error category.</p>
-
-<h5>reason</h5>
-<p>Specifies the reason to display before terminating the program.</p>
-
-<h5>description</h5>
-<p>Specifies any description to the reason.</p>
-
- </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/exception
-_8c.html" id="MagickFatalError">MagickFatalError</a></h2>
-<div class="doc-section">
-
-<p>MagickFatalError() calls the fatal exception handler methods with an error reason.</p>
-
-<p>The format of the MagickError method is:</p>
-
-<pre class="code">
-  void MagickFatalError(const ExceptionType error,const char *reason,
-    const char *description)
-</pre>
-
-<p>A description of each parameter follows:</p>
-
-<h5>exception</h5>
-<p>Specifies the numeric error category.</p>
-
-<h5>reason</h5>
-<p>Specifies the reason to display before terminating the program.</p>
-
-<h5>description</h5>
-<p>Specifies any description to the reason.</p>
-
- </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/exception
-_8c.html" id="MagickWarning">MagickWarning</a></h2>
-<div class="doc-section">
-
-<p>MagickWarning() calls the warning handler methods with a warning reason.</p>
-
-<p>The format of the MagickWarning method is:</p>
-
-<pre class="code">
-  void MagickWarning(const ExceptionType warning,const char *reason,
-    const char *description)
-</pre>
-
-<p>A description of each parameter follows:</p>
-
-<h5>warning</h5>
-<p>the warning severity.</p>
-
-<h5>reason</h5>
-<p>Define the reason for the warning.</p>
-
-<h5>description</h5>
-<p>Describe the warning.</p>
-
- </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/exception
-_8c.html" id="SetErrorHandler">SetErrorHandler</a></h2>
-<div class="doc-section">
-
-<p>SetErrorHandler() sets the exception handler to the specified method and returns the previous exception handler.</p>
-
-<p>The format of the SetErrorHandler method is:</p>
-
-<pre class="code">
-  ErrorHandler SetErrorHandler(ErrorHandler handler)
-</pre>
-
-<p>A description of each parameter follows:</p>
-
-<h5>handler</h5>
-<p>the method to handle errors.</p>
-
- </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/exception
-_8c.html" id="SetFatalErrorHandler">SetFatalErrorHandler</a></h2>
-<div class="doc-section">
-
-<p>SetFatalErrorHandler() sets the fatal exception handler to the specified method and returns the previous fatal exception handler.</p>
-
-<p>The format of the SetErrorHandler method is:</p>
-
-<pre class="code">
-  ErrorHandler SetErrorHandler(ErrorHandler handler)
-</pre>
-
-<p>A description of each parameter follows:</p>
-
-<h5>handler</h5>
-<p>the method to handle errors.</p>
-
- </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/exception
-_8c.html" id="SetWarningHandler">SetWarningHandler</a></h2>
-<div class="doc-section">
-
-<p>SetWarningHandler() sets the warning handler to the specified method and returns the previous warning handler.</p>
-
-<p>The format of the SetWarningHandler method is:</p>
-
-<pre class="code">
-  ErrorHandler SetWarningHandler(ErrorHandler handler)
-</pre>
-
-<p>A description of each parameter follows:</p>
-
-<h5>handler</h5>
-<p>the method to handle warnings.</p>
-
- </div>
-<h2><a href="http://www.imagemagick.org/api/MagickCore/exception
-_8c.html" id="ThrowException">ThrowException</a></h2>
-<div class="doc-section">
-
-<p>ThrowException() throws an exception with the specified severity code, reason, and optional description.</p>
-
-<p>The format of the ThrowException method is:</p>
-
-<pre class="code">
-  MagickBooleanType ThrowException(ExceptionInfo *exception,
-    const ExceptionType severity,const char *reason,
-    const char *description)
-</pre>
-
-<p>A description of each parameter follows:</p>
-
-<h5>exception</h5>
-<p>the exception info.</p>
-
-<h5>severity</h5>
-<p>the severity of the exception.</p>
-
-<h5>reason</h5>
-<p>the reason for the exception.</p>
-
-<h5>description</h5>
-<p>the exception description.</p>
+<h1>Module  Methods</h1>
+<p class="navigation-index">[<a href="#"></a>]</p>
 
- </div>
 

 </div>