Uses of Class
org.incava.jagol.OptionException

Packages that use OptionException
org.incava.jagol   
 

Uses of OptionException in org.incava.jagol
 

Subclasses of OptionException in org.incava.jagol
 class InvalidTypeException
           
 class ValueExpectedException
           
 

Methods in org.incava.jagol that throw OptionException
 boolean BooleanOption.set(java.lang.String arg, java.util.List args)
          Sets from a list of command-line arguments.
 boolean ListOption.set(java.lang.String arg, java.util.List args)
          Sets from a list of command-line arguments.
 boolean NonBooleanOption.set(java.lang.String arg, java.util.List args)
          Sets from a list of command-line arguments.
abstract  boolean Option.set(java.lang.String arg, java.util.List args)
          Sets from a list of command-line arguments.