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