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