|
linbox
|
#include <debug.h>
Inheritance diagram for LinBoxError:Public Member Functions | |
| LinBoxError (const std::string &what, const char *function="\0", const char *file="\0", int line=-1) | |
| LinBoxError (const char *what, const char *function="\0", const char *file="\0", int line=-1) | |
Static Protected Attributes | |
| static std::ostream * | _errorStream |
Something is wrong. what ?
|
inline |
|
inline |
User failed. The parameter help debugging/explaining.
| function | usually __func__, the function that threw the error |
| file | usually __FILE__, the file where this function is |
| line | usually __LINE__, the line where it happened |
| what | what happened ? should not be NULL... |
|
staticprotectedinherited |