You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "dzmitry-lahoda (GitHub)" <gi...@apache.org> on 2020/02/20 07:07:55 UTC

[GitHub] [tinkerpop] dzmitry-lahoda commented on issue #1250: fix for https://issues.apache.org/jira/browse/TINKERPOP-2192

Previously if message was null:

1. First line in try fails.
2. Catch fail on first line with null.
3. No handling at all.

Current:
1. First line fails  with reasonable error.

Result:
Exactly same exception handling behavior, but more clean message we can work with.

[ Full content available at: https://github.com/apache/tinkerpop/pull/1250 ]
This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org