]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedjabund.cpp
get.oturep change and trim.seqs fix
[mothur.git] / sharedjabund.cpp
index bedec32843323ac0a19248010060e430a7c097da..79c9f5223c3be4d4cdce4a1516db914169793fbc 100644 (file)
@@ -27,13 +27,9 @@ EstOutput JAbund::getValues(vector<SharedRAbundVector*> shared) {
                return data;
        }
        catch(exception& e) {
-               cout << "Standard Error: " << e.what() << " has occurred in the JAbund class Function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n";
+               m->errorOut(e, "JAbund", "getValues");
                exit(1);
        }
-       catch(...) {
-               cout << "An unknown error has occurred in the JAbund class Function getValues. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n";
-               exit(1);
-       }       
 }
 
 /***********************************************************************/