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

Related Questions

I have developed a basic custom JTableModel as follows public class CustomTableModel extends DefaultTableModel
I have implemented a custom table view cell. I can get the cell to
I have a custom component where I have implemented INotifyPropertyChanged and IBindableComponent . However,
I have a custom class that implements that IComparable. This class is stored in
I have a custom class that implements ICollection , and this class is readonly,
I have this question: Does implementing a custom MembershipProvider class needs you to implement
I have implemented a custom UINavigationbar using this code (placed in the top of
I have successfully implemented a custom SimpleCursorAdapter for an AutoCompleteTextView, which suggests entries from
I have implemented a set of ASP.NET web custom controls and added these to
I have a simple C++ DLL that implements a few custom actions for a

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.