Uses of Class
es.unex.sextante.gui.exceptions.CommandLineException

Packages that use CommandLineException
es.unex.sextante.gui.cmd   
es.unex.sextante.gui.exceptions   
 

Uses of CommandLineException in es.unex.sextante.gui.cmd
 

Methods in es.unex.sextante.gui.cmd that throw CommandLineException
static GeoAlgorithm Parser.getAlgorithm(java.lang.String sAlgName, java.lang.String[] args)
          Returns a ready-to-be-executed instance of a given algorithm, based on its command-line name and an array of strings representing parameter values
static GeoAlgorithm Parser.getModel(java.lang.String sModelFilename, java.lang.String[] args)
          Return a ready-to-be-executed instance of a given model, based on its filename and an array of strings representing parameter values
static GeoAlgorithm Parser.getWPSProcess(java.lang.String sURL, java.lang.String sProcessIdentifier, java.lang.String[] args)
          Return a ready-to-be-executed instance of a given WPS Process as a SEXTANTE GeoAlgorithm, based on its URL and identifier and an array of strings representing parameter values
 

Uses of CommandLineException in es.unex.sextante.gui.exceptions
 

Subclasses of CommandLineException in es.unex.sextante.gui.exceptions
 class AlgorithmNotFoundException
           
 class ModelNotFoundException
           
 class RasterExtentNotSetException
           
 class WPSProcessNotFoundException
           
 class WrongNumberOfParametersException