org.apache.commons.lang

Class NullArgumentException


public class NullArgumentException
extends IllegalArgumentException

Thrown to indicate that an argument was null and should not have been.

Version:
$Id: NullArgumentException.java,v 1.5 2003/08/18 02:22:23 bayard Exp $

Authors:
Matthew Hawthorne
Stephen Colebourne

Since:
2.0

Constructor Summary

NullArgumentException(String argName)
Instantiates with the given argument name.

Constructor Details

NullArgumentException

public NullArgumentException(String argName)
Instantiates with the given argument name.

Parameters:
argName - the name of the argument that was null.


Copyright © 2001-2003 - Apache Software Foundation