Marshall Schor created UIMA-4670:
------------------------------------
Summary: UV3 improve exception support
Key: UIMA-4670
URL: https://issues.apache.org/jira/browse/UIMA-4670
Project: UIMA
Issue Type: Improvement
Components: Core Java Framework
Reporter: Marshall Schor
Priority: Minor
Fix For: 3.0.0SDKexp
change internal exception creation to make use of varArgs, to make invocation
simpler. Invocation no longer needs to create explicit String[] and initialize
them. Arguments, including primitives like int, no longer need to be converted
to Strings using forms like Integer.toString(int), because the varArgs will
autobox these. Change unmaintained serialVersionUID to the 1L form to indicate
they are unmaintained.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)