FileDocCategorySizeDatePackage
MissingOptArgException.javaAPI DocJava SE 5 API928Fri Aug 26 14:55:34 BST 2005com.sun.org.apache.xalan.internal.xsltc.cmdline.getopt

MissingOptArgException

public class MissingOptArgException extends GetOptsException
author
G Todd Miller

Fields Summary
Constructors Summary
public MissingOptArgException(String msg)

	super(msg);
    
Methods Summary