Re: Common exception handling
- From: Jean-Pierre Rosen <rosen@xxxxxxxxx>
- Date: Tue, 26 Aug 2008 17:18:59 +0200
shaunpatterson@xxxxxxxxx a écrit :
Yeah, it looks like the extra layer of exception handling is the onlyI guess this is what you want...
way. I was hoping I could avoid that if possible.
exception
when others =>
-- common part
...
begin
raise; -- Reraises current exception
exception
when A =>
...
when B =>
...
end;
end;
--
---------------------------------------------------------
J-P. Rosen (rosen@xxxxxxxxx)
Visit Adalog's web site at http://www.adalog.fr
.
- References:
- Common exception handling
- From: shaunpatterson
- Re: Common exception handling
- From: shaunpatterson
- Common exception handling
- Prev by Date: Re: Common exception handling
- Next by Date: Re: Common exception handling
- Previous by thread: Re: Common exception handling
- Next by thread: Re: Common exception handling
- Index(es):
Relevant Pages
|