Add an -exceptionSuper flag, allowing wsdl2java to generate exceptions which 
extend from java.lang.RuntimeException
-------------------------------------------------------------------------------------------------------------------

                 Key: CXF-3762
                 URL: https://issues.apache.org/jira/browse/CXF-3762
             Project: CXF
          Issue Type: New Feature
          Components: Tooling
    Affects Versions: 2.4.2
            Reporter: aaron pieper
         Attachments: patch.txt

When using CXF's wsdl2java tool, generated exceptions always extend 
java.lang.Exception. It would be nice if exceptions could optionally extend 
java.lang.RuntimeException instead. This could be accomplished by adding a flag 
like -exceptionSuper=.... on the wsdl2java tool, which would allow us to  
specify our own superclass.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to