Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.2 Final, 1.3
-
None
-
Many
Description
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