|
From: Paul <ele...@ya...> - 2005-01-26 14:12:07
|
SourceForge.net wrote: > Read and respond to this message at: > https://sourceforge.net/forum/message.php?msg_id=2959982 > By: chicares > > You catch this way: > catch (exception e) don't you catch this way? catch (exception & e) to avoid slicing the class? > so instead of > throw new exception(); > throw this: > throw exception(); |