X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedsorclass.cpp;fp=sharedsorclass.cpp;h=3bb22198303465ed5038464e32e8f3e168f16cc9;hb=510b1cfc25cd79391d6973ca20c5ec25fb1bb3b2;hp=f4757a83ea28a0fff342f4521469a6a43bae44b4;hpb=37e0d78135e32b5aa58ca163f4d416716c78b67f;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); - } } /***********************************************************************/