00001 /* 00002 * CoreErrorMessages.h 00003 * 00004 * Created on: Feb 28, 2011 00005 * Author: Brenda Javornik (e-mail: brendaj (at) nwra.com) 00006 */ 00007 00008 #ifndef COREERRORMESSAGES_H_ 00009 #define COREERRORMESSAGES_H_ 00010 00011 const static char NeedTwoLambdaSets[] = "Expected two lambda sets on a line"; 00012 const static char LambdaSetNotEnoughValues[] = "Not enough values for lambda set"; 00013 const static char LambdaSetUnknownSetNumber[] = "Unexpected lambda set number to fetch"; 00014 const static char LambdaSetNoneFound[] = "No lambda set specification found"; 00015 const static char LambdaSetMinGTMax[] = "Lambda set min must be less than or equal to max"; 00016 const static char LambdaSetBadNSteps[] = "Number of steps in lambda set must be greater than 0"; 00017 const static char LambdaSetSettingLowerBound[] = "Setting lower bound on range to three logs less than max."; 00018 00019 00020 #endif /* COREERRORMESSAGES_H_ */