public class InvalidTypeException
extends java.lang.RuntimeException
An exception thrown when given param's type doesn't satisfy
the requirements imposed by class of called method.
The most common situation is trying to copy value from
field of another type, which is impossible, because their
domains are not identical. Sometimes list of params
should be uniform, but it is not.
- Author:
- Mirosław Urbanowicz
- See Also:
- Serialized Form