Class InvalidInputException

All Implemented Interfaces:
Serializable, Iterable<Problem>

public class InvalidInputException extends IllegalArgumentException implements Iterable<Problem>
A separate exception class for invalid user (or stored values). Specifically used with the interface Validating.

Any InvalidInputException has an actual localized message which is safe to show to a user - that is the distinguishing feature.

Author:
Tim Boudreau
See Also: