Classes | Namespaces | Functions
InteractionException.h File Reference
#include <exception>
#include <iostream>
#include <string>

Go to the source code of this file.

Classes

class  genie::exceptions::InteractionException
 Exception used inside Interaction classes. More...
 

Namespaces

 genie
 THE MAIN GENIE PROJECT NAMESPACE
 
 genie::exceptions
 GENIE-defined C++ exceptions.
 

Functions

std::ostream & operator<< (std::ostream &stream, const genie::exceptions::InteractionException &exc)
 

Function Documentation

std::ostream& operator<< ( std::ostream &  stream,
const genie::exceptions::InteractionException exc 
)

Definition at line 37 of file InteractionException.cxx.

38 {
39  exc.Print(stream);
40  return stream;
41 }
void Print(std::ostream &stream) const