Bean exception handling
-----------------------
Key: JXPATH-131
URL: https://issues.apache.org/jira/browse/JXPATH-131
Project: Commons JXPath
Issue Type: Improvement
Affects Versions: 1.2 Final, 1.3
Environment: Many
Reporter: Gabriel Buades Rubio
Fix For: 1.3
When an exception is thrown from a bean getter method, or a Collection size()
method, this exception is simply ignored.
I've improved this behavior, by allowing a new setIgnoreExceptions(boolean
ignoreExceptions) method on JXPathContext.
When you set ignoreExceptions to false, any exception thrown will be reported
to the client application.
When you do not set ignoreExceptions, any exception will be ignored as usual
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.