]> git.donarmstrong.com Git - mothur.git/blobdiff - readcolumn.cpp
added logfile feature
[mothur.git] / readcolumn.cpp
index c03c37f1feeb888c341ca4daa01c644069c155a5..29c967e0cbed51e375d21e0e755f14b7d1c7bd0d 100644 (file)
@@ -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);
-       }
-
 }
 
 /***********************************************************************/