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

GetOptsException

public class GetOptsException extends Exception
author
G Todd Miller

Fields Summary
Constructors Summary
public GetOptsException(String msg)

	super(msg);
    
Methods Summary