Leniency refers to whether or not a strict rule will be applied at parsing.
If a DateFormat object is lenient, it will accept Jan 32, 2005.
In fact, it will take the liberty of converting it to Feb 1, 2006.
By default, a DateFormat object is lenient.