libSBNW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Macros Modules Pages
Functions
error.h File Reference

Error information. More...

#include "graphfab/core/SagittariusCore.h"
#include "graphfab/sbml/autolayoutSBML.h"

Go to the source code of this file.

Functions

_GraphfabExport void gf_emitError (const char *str)
 Emit an error. More...
 
_GraphfabExport void gf_emitWarn (const char *str)
 Emit a warning. More...
 
_GraphfabExport void gf_registerErrorListener (void(*)(const char *msg))
 Register an error listener. More...
 
_GraphfabExport char * gf_getLastError ()
 Gets the last error. More...
 
_GraphfabExport int gf_haveError ()
 Gets whether an error occurred. More...
 
_GraphfabExport void gf_clearError ()
 Clears the last error.
 
_GraphfabExport void gf_setError (const char *msg)
 Sets the last error. More...
 

Detailed Description

Error information.

Function Documentation

_GraphfabExport void gf_emitError ( const char *  str)

Emit an error.

Parameters
[in]strThe error message
_GraphfabExport void gf_emitWarn ( const char *  str)

Emit a warning.

Parameters
[in]strThe warning message
_GraphfabExport void gf_registerErrorListener ( void(*)(const char *msg)  )

Register an error listener.

Parameters
[in]listenerThe listener
_GraphfabExport void gf_setError ( const char *  msg)

Sets the last error.

Parameters
[in]msgThe error message (is copied)