#include <strstream>Go to the source code of this file.
Defines | |
| #define | FATAL_MACRO(output) |
| #define | WARNING_MACRO(output) std::cerr << output << std::endl; |
|
|
Value: do{std::ostrstream message; \
message <<__FILE__<<":"<<__LINE__<<": "<<output<<'\0';\
throw(message.str());}while(0)Definition at line 16 of file FluxException.h. Referenced by FluxSource::FluxSource(), FluxMgr::getSourceFromXML(), FluxMgr::init(), FluxSource::setLaunch(), and SimpleSpectrum::SimpleSpectrum(). |
|
|
Definition at line 21 of file FluxException.h. Referenced by FluxSource::setLaunch(). |
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001