Re: Handling Exceptions in Action constructors

2008-07-10 Thread Jim Kiley
in your situation, > but > > not knowing more details it's my first suggestion. > > > > jk > > > > On Wed, Jul 9, 2008 at 12:00 PM, Lyallex <[EMAIL PROTECTED]> wrote: > > > >> Hi > >> > >> I have a question about handling Excep

Re: Handling Exceptions in Action constructors

2008-07-10 Thread Lyallex
D]> wrote: > >> Hi >> >> I have a question about handling Exceptions in Action constructors >> >> I have the following constructor in an Action >> >>public SomeAction() throws BusinessComponentException { >>someComponent = new

Re: Handling Exceptions in Action constructors

2008-07-09 Thread Jim Kiley
Wed, Jul 9, 2008 at 12:00 PM, Lyallex <[EMAIL PROTECTED]> wrote: > Hi > > I have a question about handling Exceptions in Action constructors > > I have the following constructor in an Action > >public SomeAction() throws BusinessComponentExcepti

Handling Exceptions in Action constructors

2008-07-09 Thread Lyallex
Hi I have a question about handling Exceptions in Action constructors I have the following constructor in an Action public SomeAction() throws BusinessComponentException { someComponent = new SomeBusinessComponent(); } Now when an instance of this Action is