GENIEGenerator
Loading...
Searching...
No Matches
InteractionException.h File Reference
#include <exception>
#include <iostream>
#include <string>
Include dependency graph for InteractionException.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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

Namespaces

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

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 42 of file InteractionException.cxx.

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