X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=uvest.cpp;h=8aa166610a3b7d3a38bfd882db6206d6982af4de;hb=6446d2e9713a95db5f772135b7aa3387f7ebf7bb;hp=819be0af66bbdb23d989587ee4c6ca676677ea76;hpb=50ed3b6104d5821d6184f882e1e1423d47dcbf10;p=mothur.git diff --git a/uvest.cpp b/uvest.cpp index 819be0a..8aa1666 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"; + m->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); - } - - } /***********************************************************************/