Namespaces | Functions
InteractionException.cxx File Reference
#include <iostream>
#include "InteractionException.h"

Go to the source code of this file.

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