GENIEGenerator
Loading...
Searching...
No Matches
InteractionException.cxx File Reference
#include <iostream>
#include "InteractionException.h"
Include dependency graph for InteractionException.cxx:

Go to the source code of this file.

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 37 of file InteractionException.cxx.

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