dgraham 2002/10/20 12:17:34
Modified: src/share/org/apache/struts/action ExceptionHandler.java
Log:
Added class description javadoc.
Revision Changes Path
1.9 +6 -1
jakarta-struts/src/share/org/apache/struts/action/ExceptionHandler.java
Index: ExceptionHandler.java
===================================================================
RCS file:
/home/cvs/jakarta-struts/src/share/org/apache/struts/action/ExceptionHandler.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ExceptionHandler.java 22 Sep 2002 05:46:52 -0000 1.8
+++ ExceptionHandler.java 20 Oct 2002 19:17:34 -0000 1.9
@@ -66,7 +66,12 @@
import org.apache.struts.config.ExceptionConfig;
import org.apache.struts.util.AppException;
-
+/**
+ * An ExceptionHandler is configured in the Struts configuration file to handle a
specific
+ * type of exception thrown by an Action's execute method.
+ *
+ * @since Struts 1.1
+ */
public class ExceptionHandler {
/**
* Handle the exception.
--
To unsubscribe, e-mail: <mailto:struts-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-dev-help@;jakarta.apache.org>