[QuantLibAddin-cvs] QuantLibAddin/qlo conversions.hpp,1.19,1.20
Brought to you by:
ericehlers,
nando
|
From: Eric E. <eri...@us...> - 2006-11-08 23:12:09
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/qlo In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv4766/qlo Modified Files: conversions.hpp Log Message: reformat error message Index: conversions.hpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/conversions.hpp,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** conversions.hpp 7 Nov 2006 14:26:06 -0000 1.19 --- conversions.hpp 8 Nov 2006 12:56:44 -0000 1.20 *************** *** 64,70 **** std::ostringstream msg; msg << "error retrieving object with id '" << id ! << "' from repository - this object could be converted neither " ! << " to " << std::endl << " " << typeid(QuantLib::Handle<qlClass>).name() ! << " nor " << std::endl << " " << typeid(qloClass).name(); throw ObjHandler::Exception(msg.str()); } --- 64,71 ---- std::ostringstream msg; msg << "error retrieving object with id '" << id ! << "' from repository - this object could be converted neither to" ! << std::endl << " " << typeid(QuantLib::Handle<qlClass>).name() ! << std::endl << "nor" ! << std::endl << " " << typeid(qloClass).name(); throw ObjHandler::Exception(msg.str()); } |