org.apache.commons.lang
Class NullArgumentException
IllegalArgumentExceptionorg.apache.commons.lang.NullArgumentException
public class NullArgumentException
extends IllegalArgumentException
Thrown to indicate that an argument was null and should
not have been.
Version:
- Matthew Hawthorne
- Stephen Colebourne
- 2.0
NullArgumentException
public NullArgumentException(String argName)
Instantiates with the given argument name.
argName - the name of the argument that was null.
Copyright © 2001-2003 - Apache Software Foundation