IllegalArgumentException

  • Share
  • Share

Applies to:
NA

Description:
Thrown to indicate that a method has been passed an illegal or inappropriate argument.

Cause:
A lot of specific issues may cause such exception. Usually it means that actual data passed to the method does not respond to method signature.

JAVA-JRE

  1. admin
    March 20th, 2009 at 10:28 | #1

    Check the method on which exception is thrown. Made sure that data passed to the method actually respond method signature, in other words argument types, order exactly match.

  1. No trackbacks yet.