<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>Dear Seasiders<br>
    </p>
    <p><br>
    </p>
    <p>I'd like to register a special HTM Error Handler for some
      Exceptions and one for all others.</p>
    <p>I've seen there is a class Method #exceptionSelector in
      WAErrorHandler, where you can define the Exceptions that the
      handler wants to handle.<br>
      Of course things are not so easy, because I want one handler for
      all Errors and one for my special exception type, which, of
      course, is a subtype of Error.<br>
    </p>
    <p>Ho do I either</p>
    <ul>
      <li>Specify an order in which the handlers are tested whether they
        handle: an exception? or<br>
      </li>
      <li>Specifiy an ExceptionSet that includes Error and all its
        children, but not my special type?</li>
    </ul>
    <p>Any ideas?</p>
    <p><br>
    </p>
    <p>Joachim<br>
    </p>
    <pre class="moz-signature" cols="72">-- 
-----------------------------------------------------------------------
Objektfabrik Joachim Tuchel          <a class="moz-txt-link-freetext" href="mailto:jtuchel@objektfabrik.de">mailto:jtuchel@objektfabrik.de</a>
Fliederweg 1                         <a class="moz-txt-link-freetext" href="http://www.objektfabrik.de">http://www.objektfabrik.de</a>
D-71640 Ludwigsburg                  <a class="moz-txt-link-freetext" href="http://joachimtuchel.wordpress.com">http://joachimtuchel.wordpress.com</a>
Telefon: +49 7141 56 10 86 0         Fax: +49 7141 56 10 86 1

</pre>
  </body>
</html>