Re: Exception message text not bubbling up

2002-04-24 Thread David B. Bitton
null. -- David B. Bitton [EMAIL PROTECTED] www.codenoevil.com Code Made Fresh DailyT - Original Message - From: "Nancy Deschenes" <[EMAIL PROTECTED]> To: "David B. Bitton" <[EMAIL PROTECTED]> Sent: Wednesday, April 24, 2002 4:57 PM Subject: Re: Except

Re: Exception message text not bubbling up

2002-04-24 Thread David B. Bitton
: "J.Pietschmann" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 24, 2002 4:22 PM Subject: Re: Exception message text not bubbling up > David B. Bitton wrote: > > It;s just that the stack trace shows the exception being thrown from line > > 149 of

Re: Exception message text not bubbling up

2002-04-24 Thread J.Pietschmann
David B. Bitton wrote: > It;s just that the stack trace shows the exception being thrown from line > 149 of ...PageSequence. Oh well. Stack traces of exceptions mention Java source file names and line numbers where they are thrown. Actually, what do you expect? Name+line of the FO source where t

Re: Exception message text not bubbling up

2002-04-23 Thread David B. Bitton
TED]> Sent: Tuesday, April 23, 2002 3:17 PM Subject: Re: Exception message text not bubbling up > David B. Bitton wrote: > > My current implementation passes the Driver into the Sax transform. If the > > transform creates malformed xsl:fo, which is a possibility, the FOPEx

Re: Exception message text not bubbling up

2002-04-23 Thread J.Pietschmann
David B. Bitton wrote: > My current implementation passes the Driver into the Sax transform. If the > transform creates malformed xsl:fo, which is a possibility, the FOPException > that is raised by FOP, is coming up to the top as an NPE and not the actuall > message text. > > For example, line