X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=uvest.cpp;fp=uvest.cpp;h=afc602284e7aadb41c9859441157588ec21b6198;hb=510b1cfc25cd79391d6973ca20c5ec25fb1bb3b2;hp=819be0af66bbdb23d989587ee4c6ca676677ea76;hpb=37e0d78135e32b5aa58ca163f4d416716c78b67f;p=mothur.git diff --git a/uvest.cpp b/uvest.cpp index 819be0a..afc6022 100644 --- a/uvest.cpp +++ b/uvest.cpp @@ -80,15 +80,9 @@ EstOutput UVEst::getUVest(vector shared) { return results; } catch(exception& e) { - cout << "Standard Error: " << e.what() << " has occurred in the UVEst class Function getUVest. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n"; + errorOut(e, "UVEst", "getUVest"); exit(1); } - catch(...) { - cout << "An unknown error has occurred in the UVEst class Function getUVest. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n"; - exit(1); - } - - } /***********************************************************************/