Uses of Class
com.sun.tools.xjc.BadCommandLineException

Packages that use BadCommandLineException
com.sun.tools.jxc.apt APT related code. 
com.sun.tools.xjc Schema to Java compiler 
com.sun.tools.xjc.addon.locator   
com.sun.tools.xjc.addon.sync   
 

Uses of BadCommandLineException in com.sun.tools.jxc.apt
 

Methods in com.sun.tools.jxc.apt that throw BadCommandLineException
 void Options.parseArguments(java.lang.String[] args)
           
 

Uses of BadCommandLineException in com.sun.tools.xjc
 

Methods in com.sun.tools.xjc that throw BadCommandLineException
 int Plugin.parseArgument(Options opt, java.lang.String[] args, int i)
          Parses an option args[i] and augment the opt object appropriately, then return the number of tokens consumed.
protected  int Options.parseArgument(java.lang.String[] args, int i)
          Parses an option args[i] and return the number of tokens consumed.
protected  int Driver.OptionsEx.parseArgument(java.lang.String[] args, int i)
          Parse XJC-specific options.
 void Options.parseArguments(java.lang.String[] args)
          Parses arguments and fill fields of this object.
static int Driver.run(java.lang.String[] args, XJCListener listener)
          Performs schema compilation and prints the status/error into the specified PrintStream.
 

Uses of BadCommandLineException in com.sun.tools.xjc.addon.locator
 

Methods in com.sun.tools.xjc.addon.locator that throw BadCommandLineException
 int SourceLocationAddOn.parseArgument(Options opt, java.lang.String[] args, int i)
           
 

Uses of BadCommandLineException in com.sun.tools.xjc.addon.sync
 

Methods in com.sun.tools.xjc.addon.sync that throw BadCommandLineException
 int SynchronizedMethodAddOn.parseArgument(Options opt, java.lang.String[] args, int i)