--- parser3/www/htdocs/Attic/index.html 2002/03/18 15:29:46 1.22
+++ parser3/www/htdocs/Attic/index.html 2002/03/25 11:38:02 1.24
@@ -112,15 +112,17 @@ OK
@exceptions1[]
^try{
aaa
- ^throw[user;paf;is stupid]
+ ^throw[custom1;paf;is stupid]
}{
-$exception.handled(1)
-#^throw[$exception]
- type=$exception.type
- source=$exception.source
- file=$exception.file
- lineno=$exception.lineno
- comment=$exception.comment
+ ^if($exception.type eq custom1){
+ $exception.handled(1)
+# ^throw[$exception]
+ type=$exception.type
+ source=$exception.source
+ file=$exception.file
+ lineno=$exception.lineno
+ comment=$exception.comment
+ }
}
@locate_by_expr[]