[jboss-svn-commits] JBL Code SVN: r29156 - labs/jbosstm/workspace/adinn/byteman/trunk/src/org/jboss/byteman/rule/exception.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Sep 3 05:35:40 EDT 2009


Author: adinn
Date: 2009-09-03 05:35:40 -0400 (Thu, 03 Sep 2009)
New Revision: 29156

Modified:
   labs/jbosstm/workspace/adinn/byteman/trunk/src/org/jboss/byteman/rule/exception/ThrowException.java
Log:
added class javadoc to ThrowException

Modified: labs/jbosstm/workspace/adinn/byteman/trunk/src/org/jboss/byteman/rule/exception/ThrowException.java
===================================================================
--- labs/jbosstm/workspace/adinn/byteman/trunk/src/org/jboss/byteman/rule/exception/ThrowException.java	2009-09-03 09:18:05 UTC (rev 29155)
+++ labs/jbosstm/workspace/adinn/byteman/trunk/src/org/jboss/byteman/rule/exception/ThrowException.java	2009-09-03 09:35:40 UTC (rev 29156)
@@ -24,11 +24,9 @@
 package org.jboss.byteman.rule.exception;
 
 /**
- * Created by IntelliJ IDEA.
- * User: adinn
- * Date: 30-Sep-2008
- * Time: 13:37:55
- * To change this template use File | Settings | File Templates.
+ * SPecializaton of ExecuteException used to wrap a client exception generated via a rule THROW action.
+ * A ThrowException is caught by the injected trigger code and unwrapped so that the client exception
+ * can be rethrown from the trigger method.
  */
 public class ThrowException extends ExecuteException
 {



More information about the jboss-svn-commits mailing list