Uses of Class
sbrt.kernel.math.optimization.ProgramSolverException

Packages that use ProgramSolverException
sbrt.shell Provides classes used by shell-level software. 
sbrt.shell.mng.fba Provides classes and interfaces for creating Flux Balance Analysis process managers. 
 

Uses of ProgramSolverException in sbrt.shell
 

Methods in sbrt.shell with parameters of type ProgramSolverException
static ApplicationException ProgramSolverFactory.interpret(ProgramSolverException e)
          Interprets a program solver exception and returns a corresponding application exception.
 

Uses of ProgramSolverException in sbrt.shell.mng.fba
 

Methods in sbrt.shell.mng.fba with parameters of type ProgramSolverException
static ApplicationException FbaOptManager.interpret(ProgramSolverException e)
          Returns an ApplicationException whose message describes the error that ocurred.