linbox
LinBoxFailure Class Reference

#include <debug.h>

+ Inheritance diagram for LinBoxFailure:

Public Member Functions

 LinBoxFailure (const char *function, const char *file="\0", int line=-1, const char *what="\0")
 

Static Protected Attributes

static std::ostream * _errorStream
 

Detailed Description

Something went wrong. what ?

Constructor & Destructor Documentation

◆ LinBoxFailure()

LinBoxFailure ( const char * function,
const char * file = "\0",
int line = -1,
const char * what = "\0" )
inline

LinBox failed. The parameter help debugging/explaining.

Parameters
functionusually __func__, the function that threw the error
fileusually __FILE__, the file where this function is
lineusually __LINE__, the line where it happened
whatwhat happened ? should not be NULL...

Field Documentation

◆ _errorStream

std::ostream * _errorStream
staticprotectedinherited

The documentation for this class was generated from the following file: