2015-02-20 18:14 GMT+02:00 victor :
> Hi,
>
> I have been analyzing the code of mymoneyfile.cpp and I was wondering how
> some of the exceptions handlers could be accessed.
>
> The first one is the exception handler in "QString
> MyMoneyFile::storageId(void)". "testStorageId" in mymoneyfiletest.cpp
Please, could you help me with this message I wrote I few days ago? It is
important for me to know how to reach these exception handlers. I have also
found another handler in MyMoneyMoney which is not reached by the tests:
MyMoneyMoney::MyMoneyMoney(const QString& pszAmount): AlkValue()
{
try
Hi,
I have been analyzing the code of mymoneyfile.cpp and I was wondering how some
of the exceptions handlers could be accessed.
The first one is the exception handler in "QString
MyMoneyFile::storageId(void)". "testStorageId" in mymoneyfiletest.cpp is
devoted to this method, but the exceptio