(file) Return to CQLUtilities.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / CQL

Diff for /pegasus/src/Pegasus/CQL/CQLUtilities.cpp between version 1.24 and 1.25

version 1.24, 2008/12/16 18:55:53 version 1.25, 2009/08/05 05:13:40
Line 663 
Line 663 
             {             {
                 MessageLoaderParms mload("CQL.CQLUtilities.INVALID_REAL_CHAR",                 MessageLoaderParms mload("CQL.CQLUtilities.INVALID_REAL_CHAR",
                     "Error converting string to $0.  Character '$1' in "                     "Error converting string to $0.  Character '$1' in "
                         "string '$2` is invalid.",                          "string '$2' is invalid.",
                     "Real64",                     "Real64",
                     String(p, 1), stringNum);                     String(p, 1), stringNum);
                 throw CQLRuntimeException(mload);                 throw CQLRuntimeException(mload);
Line 680 
Line 680 
             {             {
                 MessageLoaderParms mload("CQL.CQLUtilities.INVALID_REAL_EXP",                 MessageLoaderParms mload("CQL.CQLUtilities.INVALID_REAL_EXP",
                     "Error converting string to Real64.  String '$0'"                     "Error converting string to Real64.  String '$0'"
                         " has a badly formed exponent.  Character '$1' is"                          " has an exponent that is not well formed.  Character"
                         " invalid.",                          " '$1' is invalid.",
                     stringNum, String(p, 1));                     stringNum, String(p, 1));
                 throw CQLRuntimeException(mload);                 throw CQLRuntimeException(mload);
             }             }


Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2