Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

FluxException.h File Reference

#include <strstream>

Go to the source code of this file.

Defines

#define FATAL_MACRO(output)
#define WARNING_MACRO(output)   std::cerr << output << std::endl;


Define Documentation

#define FATAL_MACRO output   
 

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().

#define WARNING_MACRO output       std::cerr << output << std::endl;
 

Definition at line 21 of file FluxException.h.

Referenced by FluxSource::setLaunch().


Generated on Wed Oct 16 14:01:31 2002 by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001