Crystal clear. Thank you Koen.

Regards.


Enviado desde Samsung Mobile

-------- Mensaje original --------
De: Koen Deforche <k...@emweb.be> 
Fecha: 30/12/2013  5:53  (GMT-04:00) 
A: witty-interest@lists.sourceforge.net 
Asunto: Re: [Wt-interest] exception guarantees 
 
Hey Mario,

First of all, the library will throw exceptions when an internal problem is 
detected (i.e. instead of 'assert') so that only the affected session is being 
terminated. These exceptions should be (and are) treated as library bugs so 
that they should never occur.

Other than that it depends on the sub-system:
- the core library does not throw exceptions unless the API is clearly abused 
because of misunderstanding (i.e. invoking methods that under no circumstance 
could have the right effect for the involved object(s)), and not because of a 
data problem: when the application needs to be fixed.
- the core library will log other errors and ignore calls, maintaining internal 
consistency
- Wt::Dbo will throw exceptions in case of SQL-related problems with strong 
exception safety

Regards,
koen


2013/12/21 Mario Diethelm <mari...@terra.cl>
Hi guys,

what kind of exception guarantees (basic, strong, nothrow) does Wt 3.3.1
offer?

thanks. Regards.

--

______________________
Mario Diethelm Guallar


------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT
organizations don't have a clear picture of how application performance
affects their revenue. With AppDynamics, you get 100% visibility into your
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to