X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedjclass.cpp;h=d44f22f17645b4e373404d33a60509574a0ef392;hb=d01397212a287495d3d0ec00beea93759bf25402;hp=a0ccc8925654335230b32a38858e4fd7d2756788;hpb=50ed3b6104d5821d6184f882e1e1423d47dcbf10;p=mothur.git diff --git a/sharedjclass.cpp b/sharedjclass.cpp index a0ccc89..d44f22f 100644 --- a/sharedjclass.cpp +++ b/sharedjclass.cpp @@ -41,13 +41,9 @@ EstOutput Jclass::getValues(vector shared) { return data; } catch(exception& e) { - cout << "Standard Error: " << e.what() << " has occurred in the Jclass class Function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n"; + m->errorOut(e, "Jclass", "getValues"); exit(1); } - catch(...) { - cout << "An unknown error has occurred in the Jclass class Function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n"; - exit(1); - } } /***********************************************************************/