RE: Parse Exceptions vs. fatal errors

2001-05-30 Thread Dean Roddey
ortal, Inc [EMAIL PROTECTED] -Original Message- From: Dee Jay Randall [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 30, 2001 10:01 AM To: [EMAIL PROTECTED] Subject: Re: Parse Exceptions vs. fatal errors Not that I know what I'm talking about, but would it make sense to have

Re: Parse Exceptions vs. fatal errors

2001-05-30 Thread Dee Jay Randall
Not that I know what I'm talking about, but would it make sense to have the parser catch all exception ids and rethrow the ones it doesn't understand? Then if you wrote your own input source, you would at least benefit from the exception ids that the parser could understand (and you wouldn't ha

Re: Parse Exceptions vs. fatal errors

2001-05-29 Thread Dean Roddey
PROTECTED]> Sent: Tuesday, May 29, 2001 5:14 PM Subject: Re: Parse Exceptions vs. fatal errors > "Jason E. Stewart" <[EMAIL PROTECTED]> writes: > > > I ran into a strange problem with some code. Even though I was set > > an error handler my code was Aborting

Re: Parse Exceptions vs. fatal errors

2001-05-29 Thread Dean Roddey
riginal Message - From: "Jason E. Stewart" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 29, 2001 10:46 AM Subject: Parse Exceptions vs. fatal errors > Hey, > > I ran into a strange problem with some code. Even though I was set an > error handler my co

Re: Parse Exceptions vs. fatal errors

2001-05-29 Thread Jason E. Stewart
"Jason E. Stewart" <[EMAIL PROTECTED]> writes: > I ran into a strange problem with some code. Even though I was set > an error handler my code was Aborting. I discovered this was because > it was actually generating an *exception* and not an *error*. I've dug through the documentation and I'm no

Parse Exceptions vs. fatal errors

2001-05-29 Thread Jason E. Stewart
Hey, I ran into a strange problem with some code. Even though I was set an error handler my code was Aborting. I discovered this was because it was actually generating an *exception* and not an *error*. Could some please explain why these two LocalFileInputSource's behave differently: 1) ./als_s