IllegalArgumentException
March 20th, 2009
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.
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.