Class IllegalArgumentNullException

All Implemented Interfaces:
Serializable

public class IllegalArgumentNullException extends IllegalArgumentException
Thrown to indicate that a method has been passed an illegal null argument.
Since:
7.1
Author:
Niv Ingberg
See Also:
  • Constructor Details

    • IllegalArgumentNullException

      public IllegalArgumentNullException(String argumentName)