9 std::cerr <<
"\nstd::bad_alloc exception" << std::endl;
11 e <<
"A std::bad_alloc exception was thrown.\n" 12 <<
"The job has probably exhausted the virtual memory available to the process.\n";
18 ex <<
"A std::exception was thrown.\n" <<
e.what();
24 e <<
"A std::string was thrown as an exception.\n" <<
s;
30 e <<
"A const char* was thrown as an exception.\n" <<
c;
36 e <<
"An exception of unknown type was thrown.\n";
void stdToEDM(std::exception const &e)
void charPtrToEDM(char const *c)
void stringToEDM(std::string &s)