Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8961989
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T16:01:23+00:00 2026-06-15T16:01:23+00:00

hi im trying to do a bit of small validation in my code but,

  • 0

hi im trying to do a bit of small validation in my code but, when i try to try catch a large area of text (like the one below) i get the error message above the catch which says “Cannot Find Symbol” can someone point me in the right direction in what im doing wrong?
Any help is appreciated

try{
    while (option != 0) {     

    }//End Loop      
} catch(InputMismatchException e) {    
    System.out.println("\nNot a number or an integer!\n");
    option = menuSystem();    
}
}
}//End OF Class
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T16:01:24+00:00Added an answer on June 15, 2026 at 4:01 pm

    I guess your try/catch is not included inside any method implementation.

    The telltale is that you close curly brace of class just after catch‘s curly brace! Where is the curly brace for method?

    Do you have at least a main method (or other) containing your code?

    For sure, if you start coding just after the class declaration, this will lead to some alerts/errors. Example:

    public class Job{
      try{ //Unexpected token !!!
      }
      catch(Exception e){
    
      }
    }
    

    Your issue is not caused by the missing identifier for exception.
    In that case, you would end up with a “identifer expected” alert.

    Besides, remove the last curly brace after the end of class.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm having a small bit of trouble trying to get this piece of code
I'm trying to replace a small part of text in a large HTML document
I have this small exercise that I am trying to finish, but I get
I'm trying to use NSURLRequest and NSURLConnection to get a small bit of data
I have a small bit of code that I'm trying to execute with the
I'm trying to modified a code to do something a bit different but I
I've got a small bit of code that I'm trying to execute via an
I am trying to do bit reversal in a byte. I use the code
Trying to get a bit more out of the command line: I have a
Trying to understand Ruby a bit better, I ran into this code surfing the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.