--- parser3/src/classes/double.C 2001/10/19 12:43:29 1.40 +++ parser3/src/classes/double.C 2002/03/27 15:30:33 1.44 @@ -1,10 +1,10 @@ /** @file Parser: @b double parser class. - Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) - Author: Alexander Petrosyan (http://design.ru/paf) + Copyright (c) 2001, 2002 ArtLebedev Group (http://www.artlebedev.com) + Author: Alexandr Petrosian (http://paf.design.ru) - $Id: double.C,v 1.40 2001/10/19 12:43:29 parser Exp $ + $Id: double.C,v 1.44 2002/03/27 15:30:33 paf Exp $ */ #include "classes.h" @@ -86,7 +86,7 @@ static void _sql(Request& r, const Strin if(default_code) val=r.process(*default_code).as_double(); else { - throw Exception(0, 0, + throw Exception("parser.runtime", &method_name, "produced no result, but no default option specified"); val=0; //calm, compiler