Re: catch NoSuchMethodException

2004-04-17 Thread Adam Hardy
You can do that in the web.xml deployment descriptor. There's a section you set up defining what to do with various classes of exception. On 04/16/2004 11:54 PM Nicolas wrote: hi when i use the DispatchAction and someone tries to access a method which doesn't exist a NoSuchMethodException is

catch NoSuchMethodException

2004-04-16 Thread Nicolas
hi when i use the DispatchAction and someone tries to access a method which doesn't exist a NoSuchMethodException is thrown. how can i catch this exception and redirect or at least change the output ? regards nicolas - To unsu