]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedjest.cpp
added logfile feature
[mothur.git] / sharedjest.cpp
index 1ca64b438036d40e2e75e70cde735f8637a53c6b..0396f476d75acdfbfe44957dbaecbfa4e2f85594 100644 (file)
@@ -52,13 +52,9 @@ EstOutput Jest::getValues(vector<SharedRAbundVector*> shared) {
                return data;
        }
        catch(exception& e) {
-               cout << "Standard Error: " << e.what() << " has occurred in the Jest class Function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n";
+               errorOut(e, "Jest", "getValues");
                exit(1);
        }
-       catch(...) {
-               cout << "An unknown error has occurred in the Jest class Function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n";
-               exit(1);
-       }       
 }
 
 /***********************************************************************/