public class ArgumentNullException extends ArgumentException
Constructor and Description |
---|
ArgumentNullException()
Initializes a new instance of the ArgumentNullException class.
|
ArgumentNullException(java.lang.String paramName)
Initializes a new instance of the ArgumentNullException class with the name of the parameter that causes this exception.
|
ArgumentNullException(java.lang.String paramName,
java.lang.String message)
Initializes an instance of the ArgumentNullException class with a specified error message and the name of the parameter that causes this exception.
|
public ArgumentNullException()
public ArgumentNullException(java.lang.String paramName)
paramName
- The name of the parameter that caused the exception.public ArgumentNullException(java.lang.String paramName, java.lang.String message)
paramName
- The name of the parameter that caused the exception.message
- A message that describes the error.