24 std::ostringstream ErrMsgStream;
25 ErrMsgStream <<
"GFException thrown with excString:"
27 <<
"in line: " <<
fLine <<
" in file: " <<
fFile << std::endl
28 <<
"with fatal flag " <<
fFatal << std::endl;
36 const std::vector<double>& _numbers) {
55 std::cout <<
"GFException Info Output" << std::endl;
56 std::cout <<
"===========================" << std::endl;
58 std::cout <<
"Numbers Label String:" << std::endl;
62 std::cout <<
"---------------------------" << std::endl;
63 std::cout <<
"Numbers:" << std::endl;
64 for(
unsigned int i=0;i<
fNumbers.size(); i++ ) std::cout <<
fNumbers.at(i) << std::endl;
67 std::cout <<
"---------------------------" << std::endl;
68 std::cout <<
"Matrices Label String:" << std::endl;
72 std::cout <<
"---------------------------" << std::endl;
73 std::cout <<
"Matrices:" << std::endl;
76 std::cout <<
"===========================" << std::endl;