Uses of Class
es.unex.sextante.exceptions.GeoAlgorithmExecutionException

Packages that use GeoAlgorithmExecutionException
es.unex.sextante.core   
es.unex.sextante.exceptions   
es.unex.sextante.gui.batch   
es.unex.sextante.gui.core   
es.unex.sextante.modeler   
 

Uses of GeoAlgorithmExecutionException in es.unex.sextante.core
 

Methods in es.unex.sextante.core that throw GeoAlgorithmExecutionException
 java.lang.Boolean ProcessTask.call()
          Starts the execution of the task
 boolean GeoAlgorithm.execute(ITaskMonitor task, OutputFactory outputFactory)
          This method should be used to execute the algorithm once the parameters have been assigned.
abstract  boolean GeoAlgorithm.processAlgorithm()
          This method should implement the algorithm itself, using the values of the parameters and processing them.
 

Uses of GeoAlgorithmExecutionException in es.unex.sextante.exceptions
 

Subclasses of GeoAlgorithmExecutionException in es.unex.sextante.exceptions
 class NullParameterAdditionalInfoException
           
 class NullParameterValueException
           
 class WrongOutputIDException
           
 class WrongParameterIDException
           
 class WrongParameterTypeException
           
 class WrongParameterValueException
           
 class WrongRasterExtensionException
           
 

Uses of GeoAlgorithmExecutionException in es.unex.sextante.gui.batch
 

Methods in es.unex.sextante.gui.batch that throw GeoAlgorithmExecutionException
 java.lang.Boolean BatchProcessSingleUnit.call()
          Executes the algorithm
 

Uses of GeoAlgorithmExecutionException in es.unex.sextante.gui.core
 

Methods in es.unex.sextante.gui.core that throw GeoAlgorithmExecutionException
static boolean GeoAlgorithmExecutors.executeForCommandLine(GeoAlgorithm alg, javax.swing.JDialog parent)
          Executes an algorithm in a new thread and then gets the results and puts them into the GUI using the current post process task.
 

Uses of GeoAlgorithmExecutionException in es.unex.sextante.modeler
 

Methods in es.unex.sextante.modeler that throw GeoAlgorithmExecutionException
 boolean ModelAlgorithm.processAlgorithm()