Class NullArgumentException

All Implemented Interfaces:
Serializable

public class NullArgumentException extends IllegalArgumentException
Special IllegalArgumentException for null parameters. Checks.* use this rather than NullPointerException to distinguish cases of code passing an illegal null (clearly a bug on our part) from situations at runtime where something is null which may not be in our code.
Author:
Tim Boudreau
See Also:
  • Constructor Details

    • NullArgumentException

      public NullArgumentException(String msg)