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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T07:27:35+00:00 2026-06-03T07:27:35+00:00

What type of Exception should I throw if the wrong type of object is

  • 0

What type of Exception should I throw if the wrong type of object is passed into my compareTo method?

ClassCastException?

  • 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-03T07:27:36+00:00Added an answer on June 3, 2026 at 7:27 am

    It would be IllegalArgumentException in a general sense when the passed in value is not the right one.

    However, as @Tom’s answer below suggests, it could also be a ClassCastException for incorrect types. However, I am yet to encounter user code that does this.

    But more fundamentally, if you’re using the compareTo with generics, it will be a compile time error.

    Consider this:

    public class Person implements Comparable<Person> {
        private String name;
        private int age;
    
        @Override
        public int compareTo(Person o) {
           return this.name.compareTo(o.name);
        }
    }
    

    Where do you see the possibility of a wrong type being passed in the above example?

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

Sidebar

Related Questions

I have following exception in the foreach loop Unable to cast object of type
Following code should throw exception to prevent adding duplicate collection item. ICollection<T> collection =
It is said that when input parameter is null, compareTo() should throw a NullPointerException.
I need to cast an object as another and throw an exception if it
What would you consider to be the best exception type to throw when an
Consider some code that can throw a checked exception (an exception of type Exception
I've created class that takes Exception type in constructor private readonly Exception _exception; public
What is the most appropriate .Net exception type for when you have a class
I received the following crash report (truncated) Exception Type: EXC_CRASH (SIGSEGV) Exception Codes: 0x00000000,
When using Marshal.GetExceptionCode() how do you get the Exception Type and/or instance of 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.