public final class IllegalNullArgumentException
extends java.lang.IllegalArgumentException
null
argument.| Constructor and Description |
|---|
IllegalNullArgumentException(java.lang.String argument)
Constructor with argument name.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getArgument()
Returns the name of the argument that caused the exception.
|