You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "stephen mallette (JIRA)" <ji...@apache.org> on 2019/06/05 10:21:00 UTC

[jira] [Created] (TINKERPOP-2236) Improve error messaging for TinkerGraph IdManagers that fail on conversions

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)