Classes | Namespaces | Macros
EDepSimException.hh File Reference
#include <EDepSimLog.hh>
#include <exception>

Go to the source code of this file.

Classes

class  EDepSim::Exception
 

Namespaces

 EDepSim
 Construct a module from components.
 

Macros

#define EDepSimThrow(message)   {EDepSimError(message);throw EDepSim::Exception();}
 Print an error message, and then throw an exception. More...
 

Macro Definition Documentation

#define EDepSimThrow (   message)    {EDepSimError(message);throw EDepSim::Exception();}

Print an error message, and then throw an exception.

Definition at line 17 of file EDepSimException.hh.