CSS font stacks, media style sheets & web standards

Your banner ad here

Data recovery software tools & file recovery utilities to recover lost data

WestNIC provides reliable web hosting services

25% off cpanel web hosting and reseller hosting deals. Promo: codestyle25off

Site navigation below

This answer is part of the Code Style premium content package. You must have a premium content subscription to log in and view the full answer to this question.

Use the premium content subscription form below for full access to all premium content FAQs, or the FAQ by email option for the answer to this FAQ only.

A: NumberFormatException is an un-checked exception. That means that the compiler will not enforce that your application catches the exception and handle the case. For example, users may enter an invalid number at runtime and the application would throw an exception and crash.

For runtime exceptions it is important that your application handles the exception in the method in which they may occur. The callers of such methods cannot be expected to know that they would throw a runtime exception and so catch the exception. Your methods should include validation and handling for specific, anticipated runtime exceptions.

If you want to signal a problem that cannot be handled locally by your method, you should catch the runtime exception and throw a checked exception, as below. This is a typical case for creating your own checked exception type, though rather heavyweight for this simple example.

premium content omitted

Premium Content: Follow this link for subscription information Get full access to all FAQs, subscribe now for $40
How can I throw a NumberFormatException back to the main() method?

Get the answer to this FAQ by email Get the full answer to this FAQ by email for $2.99
within 24 hours of clearance by PayPal.

Premium content subscription

You must make a subscription payment to access areas flagged premium content. Use the form below to create an account via PayPal.

Premium Content subscription @ $40.00 USD

Subscribe now:

Your security

The PayPal service allows you to pay securely and independently in your own currency. Payments are billed to Metacentric Internet Limited. We never handle your credit card details.

Why pay for premium content?

The Code Style site has accumulated 8 years' worth of answers to the most common Web development questions. Answers are written in clear English with examples and links to other Web resources. Your subscription provides full answers to all premium content questions listed below and other FAQ sections, plus:

Java programming FAQ: premium questions

Java threads FAQ: premium questions

Java inheritance FAQ: premium questions

Java command line FAQ: premium questions

Java interface design FAQ: premium questions

Java language FAQ: premium questions

Java API FAQ: premium questions

Java strings FAQ: premium questions

JDBC FAQ: premium questions

Java objects FAQ: premium questions

Java static context FAQ: premium questions

Java abstract classes FAQ: premium questions

Java compiler FAQ: premium questions

Java utility classes FAQ: premium questions

Java I/O FAQ: premium questions

Java networking FAQ: premium questions

Java servlets FAQ: premium questions

Servlet containers FAQ: premium questions

Add this page to your chosen social bookmarking service

Style warning - please read

Home · CSS · Java · Javascript · HTML · Help · Log