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.
Version:
- Matthew Hawthorne
- 2.0
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