#include "sbmlsolver/solverError.h"#include <stdio.h>#include <malloc.h>#include <string.h>#include <stdlib.h>#include <math.h>#include <sbml/util/List.h>Include dependency graph for solverError.c:

Data Structures | |
| struct | solverErrorMessage |
| error message, including errorCode More... | |
Typedefs | |
| typedef solverErrorMessage | solverErrorMessage_t |
| error message, including errorCode | |
Functions | |
| SBML_ODESOLVER_API int | SolverError_getNum (errorType_t type) |
| SBML_ODESOLVER_API solverErrorMessage_t * | SolverError_getError (errorType_t type, int errorNum) |
| char * | SolverError_getMessage (errorType_t type, int errorNum) |
| get a stored error message | |
| errorCode_t | SolverError_getCode (errorType_t type, int errorNum) |
| get error code | |
| errorCode_t | SolverError_getLastCode (errorType_t type) |
| get error code of last error stored of given type | |
| SBML_ODESOLVER_API void | SolverError_clear () |
| empty error store | |
| SBML_ODESOLVER_API void | SolverError_dumpAndClearErrors () |
| SBML_ODESOLVER_API void | SolverError_error (errorType_t type, errorCode_t errorCode, char *fmt,...) |
| create an error | |
| SBML_ODESOLVER_API void | SolverError_haltOnErrors () |
| exit the program if errors or fatals have been created. | |
| char * | SolverError_itoa (int value, char *result, int base) |
| int | SolverError_dumpHelper (char *s) |
| SBML_ODESOLVER_API char * | SolverError_dumpToString () |
| SBML_ODESOLVER_API void | SolverError_freeDumpString (char *message) |
| SBML_ODESOLVER_API void | SolverError_dump () |
| SBML_ODESOLVER_API int | SolverError_isMemoryExhausted () |
| SBML_ODESOLVER_API void * | SolverError_calloc (size_t num, size_t size) |
1.4.4