You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by am...@apache.org on 2008/09/08 09:28:52 UTC

svn commit: r693006 - /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/util/CommandLineOptionConstants.java

Author: amilas
Date: Mon Sep  8 00:28:51 2008
New Revision: 693006

URL: http://svn.apache.org/viewvc?rev=693006&view=rev
Log:
options for exception base class name which can be used to give a custom class name

Modified:
    webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/util/CommandLineOptionConstants.java

Modified: webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/util/CommandLineOptionConstants.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/util/CommandLineOptionConstants.java?rev=693006&r1=693005&r2=693006&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/util/CommandLineOptionConstants.java (original)
+++ webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/util/CommandLineOptionConstants.java Mon Sep  8 00:28:51 2008
@@ -51,6 +51,8 @@
         String OUTPUT_LOCATION_OPTION_LONG = "output";
         String OVERRIDE_OPTION = "or";
         String OVERRIDE_OPTION_LONG = "over-ride";
+        String EXCEPTION_BASE_CLASS_OPTION = "ebc";
+        String EXCEPTION_BASE_CLASS_OPTION_LONG = "exception-base-class";
         String OVERRIDE_ABSOLUTE_ADDRESS_OPTION = "oaa";
         String OVERRIDE_ABSOLUTE_ADDRESS_OPTION_LONG = "override-absolute-address";
         String PACKAGE_OPTION = "p";