X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=readcolumn.cpp;fp=readcolumn.cpp;h=29c967e0cbed51e375d21e0e755f14b7d1c7bd0d;hb=510b1cfc25cd79391d6973ca20c5ec25fb1bb3b2;hp=c03c37f1feeb888c341ca4daa01c644069c155a5;hpb=37e0d78135e32b5aa58ca163f4d416716c78b67f;p=mothur.git diff --git a/readcolumn.cpp b/readcolumn.cpp index c03c37f..29c967e 100644 --- a/readcolumn.cpp +++ b/readcolumn.cpp @@ -127,14 +127,9 @@ void ReadColumnMatrix::read(NameAssignment* nameMap){ } catch(exception& e) { - cout << "Standard Error: " << e.what() << " has occurred in the ReadColumnMatrix class Function read. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n"; + errorOut(e, "ReadColumnMatrix", "read"); exit(1); } - catch(...) { - cout << "An unknown error has occurred in the ReadColumnMatrix class function read. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n"; - exit(1); - } - } /***********************************************************************/