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

GetOptsException

public class GetOptsException extends Exception
author
G Todd Miller

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

      
	super(msg);
    
Methods Summary