org.apache.commons.cli

Class MissingArgumentException


public class MissingArgumentException
extends ParseException

Thrown when an option requiring an argument is not provided with an argument.

Author:
John Keyes (john at integralsource.com)

See Also:
ParseException

Constructor Summary

MissingArgumentException(String message)
Construct a new MissingArgumentException with the specified detail message.

Constructor Details

MissingArgumentException

public MissingArgumentException(String message)
Construct a new MissingArgumentException with the specified detail message.

Parameters:
message - the detail message