Hi
I have created one ExceptionHandler which extends DefaultExceptionHandler.
I have defined two method with arguments as mentioned in the Stripes website. The Exceptions that my handlers are supposed to handle are Custom exceptions which extends Exception. From my ActionClass I am throwing the respective exception.
But to my surprise the respective handler method in my custom Exception handler is not getting invoked.
Can you help?
Its really urgent.
Thanks in advance.
Regards
Arnab