Class InvalidArgumentException

All Implemented Interfaces:
Serializable

public class InvalidArgumentException extends IllegalArgumentException
Specialization of IllegalArgumentException to differentiate stack traces from Checks.* tests (caller bug) from bugs in library code.
Author:
Tim Boudreau
See Also: