stephen mallette created TINKERPOP-2236:
-------------------------------------------
Summary: Improve error messaging for TinkerGraph IdManagers that
fail on conversions
Key: TINKERPOP-2236
URL: https://issues.apache.org/jira/browse/TINKERPOP-2236
Project: TinkerPop
Issue Type: Improvement
Components: tinkergraph
Affects Versions: 3.3.7
Reporter: stephen mallette
Assignee: stephen mallette
The current exception message is not clear as it's just the message from
{{NumberFormatException}} as follows:
{code}
gremlin> g.addV('Person').property(id, 'P1').property('age', 20)
For input string: "P1"
Type ':help' or ':h' for help.
Display stack trace? [yN]y
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)