core/exception.h File Reference


Detailed Description

Id
exception.h 1182 2008-12-22 22:08:36Z dchassin
Copyright (C) 2008 Battelle Memorial Institute

Definition in file exception.h.

Go to the source code of this file.

Typedefs

typedef struct s_exception_handler EXCEPTIONHANDLER
 the exception handler structure

Functions

EXCEPTIONHANDLERcreate_exception_handler (void)
 Creates an exception handler for use in a try block.
void delete_exception_handler (EXCEPTIONHANDLER *ptr)
 Deletes an exception handler from the handler list.
char * exception_msg (void)
 Retrieves the message of the most recently thrown exception.
void throw_exception (char *format,...)
 Throw an exception.


GridLAB-DTM Version 2.0
An open-source project initiated by the US Department of Energy