13
Views
2
Comments
For input string "-"
Application Type
Traditional Web
Service Studio Version
11.14.5 (Build 57418)
Platform Version
11.14.0 (Build 34092)

java.lang.NumberFormatException: For input string: "-"


Good day
What does this error mean?
Data has been entered correctly


2021-03-05 13-56-11
Ricardo Pereira
 
MVP

Hi,

First of all, can you give us more context about your use case? What type of variable are you assigning and what value? Can you share some prints or an OML and identify where and when the error occurs?

By the way, you're having error from Java, but I believe that in version 11 you don't have anymore Java Stack.

Best regards,

Ricardo Pereira

2024-01-18 12-42-28
Bogdan Boglea

Hello,


The error usually states that you are trying to use a string value where a number is expected and the value cast cannot be done successfully.


Regards.
Bogdan

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.