You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by th...@apache.org on 2008/10/09 12:28:48 UTC

svn commit: r703118 - /forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/exception/DispatcherException.java

Author: thorsten
Date: Thu Oct  9 03:28:47 2008
New Revision: 703118

URL: http://svn.apache.org/viewvc?rev=703118&view=rev
Log:
Adding some captions

Modified:
    forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/exception/DispatcherException.java

Modified: forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/exception/DispatcherException.java
URL: http://svn.apache.org/viewvc/forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/exception/DispatcherException.java?rev=703118&r1=703117&r2=703118&view=diff
==============================================================================
--- forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/exception/DispatcherException.java (original)
+++ forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/exception/DispatcherException.java Thu Oct  9 03:28:47 2008
@@ -26,6 +26,8 @@
      * 
      */
     private static final long serialVersionUID = 1L;
+    public static final String DISPATCHER_ERROR =  "dispatcherError: ";
+    public static final String DISPATCHER_STACK = "\n\ndispatcherStack:\n";
 
     /**
      * Creates a new DispatcherException.