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
: "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
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
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
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