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

  • Home
  • SEARCH
  • 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 602495
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T16:49:44+00:00 2026-05-13T16:49:44+00:00

I have implemented a custom Table Model as follows: public class MyTableModel extends AbstractTableModel

  • 0

I have implemented a custom Table Model as follows:

public class MyTableModel extends AbstractTableModel {
    ...
    ...
    @Override
    public Class getColumnClass(int c) {
        return getValueAt(0, c).getClass();
    }
    ...
    ...
}

I am getting NullPointerException thrown by the above method, when I display a JTable having the above TableModel.

I think that the exception is due to some empty cells in the database table.

If the exception is due to empty cells in the database table, then how to get around with this problem?

It is not mandatory for every column in the database to have some value. Some columns can contain nothing.

  • 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-05-13T16:49:45+00:00Added an answer on May 13, 2026 at 4:49 pm

    If cells can contain empty values, then calling getClass() on a null value will certainly give you the NPE. Sure you can check for null, but your real problem is more subtle than that.

    The TableModel interface specifies that getColumnClass(int) should return “the most specific superclass for all the cell values in the column.” From the looks of things, you could be returning any number of class types for a single column, effectively breaking the TableModel contract.

    Typically, column types are static for a given set of table data, meaning the class for a column shouldn’t change unless the underlying table data has changed. I think it’s important to ask why you need to return such a specific value.

    In the case where you want to render something specific for a given class type, you’re better off rolling your own TableCellRenderer, and determining the Object type on a per-cell basis. From there you can do any specific rendering as needed.

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

Sidebar

Ask A Question

Stats

  • Questions 442k
  • Answers 442k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer import sys print sys.maxsize # prints some system-dependent number representing… May 15, 2026 at 5:58 pm
  • Editorial Team
    Editorial Team added an answer Yes, you can use MySQL with .NET applications. Connector/Net is… May 15, 2026 at 5:58 pm
  • Editorial Team
    Editorial Team added an answer I would recommend looking at the question How do I… May 15, 2026 at 5:58 pm

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.