Re: Specific Exception Handling

2016-03-22 Thread Lukasz Lenart
2016-03-22 21:13 GMT+01:00 José Antonio Delgado Trujillo : > In the example of exception - handling explains how to configure an > specific exception for an action. > > It is simple, only write the exception-mapping into the action node. But i > don't know how it works and why we need two result

RE: Specific Exception Handling

2016-03-22 Thread Martin Gainty
Date: Tue, 22 Mar 2016 20:13:37 + Subject: Specific Exception Handling From: jadt...@gmail.com To: user@struts.apache.org In the example of exception - handling explains how to configure an

Re: Specific Exception Handling

2016-03-22 Thread José Antonio Delgado Trujillo
OK, I saw in the github the URL cause actions exceptions in the index,jsp but i dont't still understand the two result in the actionspecificexption. 2016-03-22 20:13 GMT+00:00 José Antonio Delgado Trujillo : > In the example of exception - handling explains how to configure an > specific excepti

Specific Exception Handling

2016-03-22 Thread José Antonio Delgado Trujillo
In the example of exception - handling explains how to configure an specific exception for an action. It is simple, only write the exception-mapping into the action node. But i don't know how it works and why we need two result nodes. [image: Imágenes integradas 1] I understood that if the metho

Application specific Exception Handling

2004-10-05 Thread Ralf Schneider
Hi, I try to implement an application specific exception handling. Therefor I created a class that extends ExceptionHandler and my own Exception class that has variables for holding an error code and the filename where the exception occured. When I generate a NullPointerException I generate a