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 8685025
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T22:27:26+00:00 2026-06-12T22:27:26+00:00

I have received the following error message when trying to debug an application in

  • 0

I have received the following error message when trying to debug an application in NetBeans:

java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: board.Board$1

In the course of debugging I have had to insert ‘implements Serializable’ in a number of classes as the exception arose in the course of reading from a file that stores a large object. This has not been difficult as the class needing attention has been clear from the exception message. What has thrown me is the apparent anonymous inner class ‘Board$1’. I can’t for the life of me identify the source with ‘Board’ that is causing the problem. How can I do this?

As it’s a question of debugging practice rather than the specifics of the code (I think) I haven’t included it, but I can easily add that in if it helps.

  • 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-12T22:27:28+00:00Added an answer on June 12, 2026 at 10:27 pm

    Board$1 is the first anonymous class encountered in Board.java. For example:

    class Board {
      public static void main(String[] args) {
        new Object() {}; // Board$1
        new Object() {}; // Board$2
      }
    }
    

    With an IDE like Eclipse, it’s easy to spot those anonymous classes in the outline view. I’m sure NetBeans has similar views:

    enter image description here

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

Sidebar

Related Questions

I am received the following error while trying to implement a C# extension function
I have the following code, I receive an error at if statement saying that
I am trying to resolve Fatal Error in MPI_Irecv: Aborting Job and received mixed
I am trying to set SignalR up, but I keep getting the following error
I am trying to do the following: Create background service When a message is
I have the following scenario downloading a file form sever: I am trying to
I am trying to create a custom datasource control. I have been following this
I have the following table: $sql = CREATE TABLE received_queries ( sender_screen_name varchar(50), text
I have an broadcast-receiver that looks like the following within an activity named childActivity
I have received a design which i am pretty sure is a flash website

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.