GSE++ library: reading and writing GSE waveforms
|
Base class for all exceptions in this module. More...
#include "gsexx.h"
Public Member Functions | |
Terror (const std::string &message) | |
pass error message More... | |
const std::string & | message () const |
return error message More... | |
Static Public Attributes | |
static bool | silent =false |
be silent? More... | |
Private Attributes | |
std::string | Mmessage |
error message More... | |