org.apache.commons.lang
Class NullArgumentException
IllegalArgumentException
org.apache.commons.lang.NullArgumentException
public class NullArgumentException
extends IllegalArgumentException
Thrown to indicate that an argument was null
and should
not have been.
$Id: NullArgumentException.java,v 1.5 2003/08/18 02:22:23 bayard Exp $- Matthew Hawthorne
- Stephen Colebourne
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