|
From: | Daishi Kato |
Subject: | [Chicken-users] ssax parser error |
Date: | Tue, 11 Jul 2006 10:21:33 +0900 |
User-agent: | Wanderlust/2.15.3 (Almost Unreal) Emacs/21.4 Mule/5.0 (SAKAKI) |
Hi, The parser error raised from the ssax egg does not seem to have a "type" so that one can catch the exception. Should it be something like the following? Daishi (define (parser-error port msg . specializing-msgs) (make-composite-condition (make-property-condition 'ssax) (make-property-condition 'exn 'message msg 'specializing-msgs specializing-msgs))) I'm not sure how to handle `port.'
[Prev in Thread] | Current Thread | [Next in Thread] |