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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T20:28:41+00:00 2026-05-26T20:28:41+00:00

I am trying to find if it’s possible to have a method not found

  • 0

I am trying to find if it’s possible to have a “method not found” ‘catcher’ on the Java objects, so that the method can be sent to another object which you know that has that method.

That is possible in other languages but I’ve never seen something similar on Java. I guess not… because you can’t do something of the form myObject.”methodName”(params); however, you can in Groovy which extends Java.

What I want to achieve, is to use the android:onClick property on the XML Layout in a custom View Object of which content is inflated.

The problem with that is that the onClick property searches the method on the parent Activity and not in the custom View, what causes the program to fail.

I would prefer to simply use the setOnClickListener(this) on my custom view, but for other reasons we are trying to avoid that, and is not very clean.

Do anyone knows an alternative?

Thanks in advance!

  • 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-26T20:28:42+00:00Added an answer on May 26, 2026 at 8:28 pm

    You are interesting in reflection that is supported in java since version 1.0. Yes, syntax like myObj."methodName"() is not supported byt you can say:

    myObj.getClass().getMethod("myMethod").invoke(myObj).

    For details take a look on reflection.

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

Sidebar

Related Questions

trying to find an example of this, it's possible that I am not going
I trying to find function in PHP that can output the binary data. The
I'm trying find a way to have PHP to indicate to the browser that
Trying to find out if it's possible to 'shrink' an animated gif. Not in
Im trying to find out a good JavaScript library that can create a nice
Trying to find a way to prove that my program is not running correctly
Im trying to find a way either with ajax or jquery that can angle
I am trying find a Java lib/api that will allow me to turn the
Trying to find a good name for a method swapping each coordinate X and
Trying to find an example that has css rollover using sprites & sliding door

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.