--- parser3/src/main/pa_exception.C 2001/01/30 13:07:31 1.2 +++ parser3/src/main/pa_exception.C 2001/08/27 13:40:41 1.13 @@ -1,29 +1,21 @@ -/* - $Id: pa_exception.C,v 1.2 2001/01/30 13:07:31 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.13 2001/08/27 13:40:41 parser Exp $"; #include #include -#include "pa_exception.h" #include "pa_common.h" +#include "pa_exception.h" -Exception::Exception()/* : - ftype(0), - fcode(0), - fproblem_source(0), - fcomment("")*/ { -} - -void Exception::die(char *acomment) { - // FIX: log(LOG_ERROR, acomment) - fprintf(stderr, "die: %s\n", acomment); - exit(1); -} - -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 { ftype=atype; fcode=acode; fproblem_source=aproblem_source; @@ -36,5 +28,10 @@ void Exception::raise(const String *atyp } else fcomment[0]=0; + int *p=(int *)(void *)&mark; + for(int i=0; i