Searched refs:GetOptsException (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/cmdline/getopt/
H A DGetOptsException.java21 * $Id: GetOptsException.java,v 1.2.4.1 2005/08/31 11:47:06 pvedula Exp $
29 public class GetOptsException extends Exception{ class in inherits:Exception
31 public GetOptsException(String msg){ method in class:GetOptsException
H A DIllegalArgumentException.java27 class IllegalArgumentException extends GetOptsException{
H A DMissingOptArgException.java30 class MissingOptArgException extends GetOptsException{
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/cmdline/
H A DCompile.java31 import com.sun.org.apache.xalan.internal.xsltc.cmdline.getopt.GetOptsException;
160 catch (GetOptsException ex) {

Completed in 43 milliseconds