That wouldn't work in jdk 1.3.

Paulo

----- Original Message ----- 
From: "robert engels" <[EMAIL PROTECTED]>
To: "iText here itext" <[email protected]>
Sent: Wednesday, May 30, 2007 2:08 AM
Subject: [iText-questions] ExceptionConverter


> The implementation is no longer necessary.
> 
> A simpler version would just use the initCause() method, and simply  
> extend RuntimeException.
> 
> public class ExceptionConverter extends RuntimeException {
>     public ExceptionConverter(Exception e) {
>            super(e);
>     }
> }


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to