This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Beginning Java and the fly likes ghost number format exception Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "ghost number format exception" Watch "ghost number format exception" New topic
Author

ghost number format exception

amrish sharma
Greenhorn

Joined: Sep 24, 2009
Posts: 20
i am taking value from jlabel for ex its 1000
i want to make substraction operation on it
when i convert into string to int
it gives this error


my code for convertion is this


please reply as soon as possible
Maneesh Godbole
Saloon Keeper

Joined: Jul 26, 2007
Posts: 8439

Remove the " from "1000 to fix your problem


[Donate a pint, save a life!] [How to ask questions] [Onff-turn it on!]
amrish sharma
Greenhorn

Joined: Sep 24, 2009
Posts: 20
i found the solution

thanks all
Ernest Friedman-Hill
author and iconoclast
Marshal

Joined: Jul 08, 2003
Posts: 24057
    
  13

The correct way to do this is to use a try block and catch the exception if it occurs. You can't trust user input to be in the correct format!


[Jess in Action][AskingGoodQuestions]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: ghost number format exception
 
Similar Threads
SIMPLE updating dialog!!!
Thread Ques
how to print from 1 to 9 in a label ?
Initialisers
Java Guessing Game - OutOfMemoryError