X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedjest.cpp;h=9c53448e0edb44478bd47c6cebd6fea68ea2d0b9;hb=30f2d98fffb579b870c8969ddcc1dfc61ccbb70a;hp=1ca64b438036d40e2e75e70cde735f8637a53c6b;hpb=e81e076cbba02b37cd338370aaa32acaf1407c29;p=mothur.git diff --git a/sharedjest.cpp b/sharedjest.cpp index 1ca64b4..9c53448 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"; + m->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); - } } /***********************************************************************/