X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=sharedjest.cpp;h=0396f476d75acdfbfe44957dbaecbfa4e2f85594;hp=1ca64b438036d40e2e75e70cde735f8637a53c6b;hb=510b1cfc25cd79391d6973ca20c5ec25fb1bb3b2;hpb=37e0d78135e32b5aa58ca163f4d416716c78b67f diff --git a/sharedjest.cpp b/sharedjest.cpp index 1ca64b4..0396f47 100644 --- a/sharedjest.cpp +++ b/sharedjest.cpp @@ -52,13 +52,9 @@ EstOutput Jest::getValues(vector shared) { return data; } catch(exception& e) { - cout << "Standard Error: " << e.what() << " has occurred in the Jest class Function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n"; + errorOut(e, "Jest", "getValues"); exit(1); } - catch(...) { - cout << "An unknown error has occurred in the Jest class Function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n"; - exit(1); - } } /***********************************************************************/