org.apache.commons.lang
Class IncompleteArgumentException
IllegalArgumentException
org.apache.commons.lang.IncompleteArgumentException
public class IncompleteArgumentException
extends IllegalArgumentException
Thrown to indicate an incomplete argument to a method.
$Id: IncompleteArgumentException.java,v 1.4 2003/08/18 02:22:23 bayard Exp $
IncompleteArgumentException
public IncompleteArgumentException(String argName)
Instantiates with the specified description.
argName
- a description of the incomplete argument
IncompleteArgumentException
public IncompleteArgumentException(String argName,
String[] items)
Instantiates with the specified description.
argName
- a description of the incomplete argumentitems
- an array describing the arguments missing
Copyright © 2001-2003 - Apache Software Foundation