--- parser3/src/main/pa_exception.C 2001/01/30 13:43:43 1.3 +++ parser3/src/main/pa_exception.C 2001/09/07 10:21:59 1.15 @@ -1,16 +1,22 @@ -/* - $Id: pa_exception.C,v 1.3 2001/01/30 13:43:43 paf Exp $ +/** @file + Parser: exception class. + + Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) + + Author: Alexander Petrosyan (http://design.ru/paf) */ +static const char *RCSId="$Id: pa_exception.C,v 1.15 2001/09/07 10:21:59 parser Exp $"; #include #include -#include "pa_exception.h" #include "pa_common.h" +#include "pa_exception.h" -void Exception::raise(const String *atype, const String *acode, +void Exception::_throw(const String *atype, const String *acode, const String *aproblem_source, - const char *comment_fmt, ...) { + const char *comment_fmt, ...) const { + //_asm int 3; ftype=atype; fcode=acode; fproblem_source=aproblem_source;