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