Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to debug a java.lang.IllegalArgumentException

user559087May 1 2008 — edited May 2 2008
How can I figure out what the problem is? I get the Illegal Argument error when it gets to this line.

getBindings().getOperationBinding("myMethod").execute();

I reviewed the arguments and can't see anything obvious. How can I debug it and display what it thinks the arguments should be and what arguments it is actually being called with?

Thanks for any help.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 30 2008
Added on May 1 2008
1 comment
635 views