X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=reversecommand.cpp;h=15f63f6f17453082394a7ade3e7fc5244f66fe7e;hb=64eee3a595ae53817f52807d7393b22e74e31f56;hp=9be29152445487dea77a36e62c01812aa617e1ea;hpb=986663e2220f6b043ee83d1699cfa081dc49cbed;p=mothur.git diff --git a/reversecommand.cpp b/reversecommand.cpp index 9be2915..15f63f6 100644 --- a/reversecommand.cpp +++ b/reversecommand.cpp @@ -19,11 +19,11 @@ ReverseSeqsCommand::ReverseSeqsCommand(){ if(globaldata->getFastaFile() == "") { cout << "you need to at least enter a fasta file name" << endl; } } catch(exception& e) { - cout << "Standard Error: " << e.what() << " has occurred in the SeqCoordCommand class Function SeqCoordCommand. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n"; + cout << "Standard Error: " << e.what() << " has occurred in the ReverseSeqsCommand class Function ReverseSeqsCommand. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n"; exit(1); } catch(...) { - cout << "An unknown error has occurred in the SeqCoordCommand class function SeqCoordCommand. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n"; + cout << "An unknown error has occurred in the ReverseSeqsCommand class function ReverseSeqsCommand. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n"; exit(1); } } @@ -57,11 +57,11 @@ int ReverseSeqsCommand::execute(){ } catch(exception& e) { - cout << "Standard Error: " << e.what() << " has occurred in the FilterSeqsCommand class Function execute. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n"; + cout << "Standard Error: " << e.what() << " has occurred in the ReverseSeqsCommand class Function execute. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n"; exit(1); } catch(...) { - cout << "An unknown error has occurred in the FilterSeqsCommand class function execute. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n"; + cout << "An unknown error has occurred in the ReverseSeqsCommand class function execute. Please contact Pat Schloss at pschloss@microbio.umass.edu." << "\n"; exit(1); } }