FileDocCategorySizeDatePackage
MissingOptArgException.javaAPI DocJava SE 6 API996Tue Jun 10 00:22:26 BST 2008com.sun.org.apache.xalan.internal.xsltc.cmdline.getopt

MissingOptArgException

public class MissingOptArgException extends GetOptsException
author
G Todd Miller

Fields Summary
static final long
serialVersionUID
Constructors Summary
public MissingOptArgException(String msg)

      
	super(msg);
    
Methods Summary