--- parser3/src/classes/int.C 2007/02/03 18:08:38 1.56 +++ parser3/src/classes/int.C 2007/04/23 10:30:09 1.57 @@ -5,7 +5,7 @@ Author: Alexandr Petrosian (http://paf.design.ru) */ -static const char * const IDENT_INT_C="$Date: 2007/02/03 18:08:38 $"; +static const char * const IDENT_INT_C="$Date: 2007/04/23 10:30:09 $"; #include "classes.h" #include "pa_vmethod_frame.h" @@ -96,7 +96,7 @@ static void _sql(Request& r, MethodParam if(default_code) val=r.process_to_value(*default_code).as_int(); else { - throw Exception("parser.runtime", + throw Exception(PARSER_RUNTIME, 0, "produced no result, but no default option specified"); }