org.apache.commons.lang

Class IncompleteArgumentException


public class IncompleteArgumentException
extends IllegalArgumentException

Thrown to indicate an incomplete argument to a method.

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

Author:
Matthew Hawthorne

Since:
2.0

Constructor Summary

IncompleteArgumentException(String argName)
Instantiates with the specified description.
IncompleteArgumentException(String argName, String[] items)
Instantiates with the specified description.

Constructor Details

IncompleteArgumentException

public IncompleteArgumentException(String argName)
Instantiates with the specified description.

Parameters:
argName - a description of the incomplete argument


IncompleteArgumentException

public IncompleteArgumentException(String argName,
                                   String[] items)
Instantiates with the specified description.

Parameters:
argName - a description of the incomplete argument
items - an array describing the arguments missing


Copyright © 2001-2003 - Apache Software Foundation