Azeez

There are many debates on the use of checked and unchecked exceptions.. but I guess the bottom line everyone agrees is:
"If a client can reasonably be expected to recover from an exception, make it a checked exception. If a client cannot do anything to recover from the exception, make it an unchecked exception"
Did you come across any instances where we are throwing a SynapseException where we could have recovered back if we threw a checked exception?

asankha

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to