Uses of Class
sbrt.ext.ExternalSoftwareException

Packages that use ExternalSoftwareException
sbrt.ext.mma Provides classes that allow communication with Mathematica. 
sbrt.kernel.math.optimization Provides classes and interfaces for creating objects relevant to solving optimization problems. 
sbrt.shell.mng.algebra Provides classes for creating algebra process managers. 
 

Uses of ExternalSoftwareException in sbrt.ext.mma
 

Subclasses of ExternalSoftwareException in sbrt.ext.mma
 class MathematicaException
          This class is used to wrap exceptions thrown by Mathematica.
 

Uses of ExternalSoftwareException in sbrt.kernel.math.optimization
 

Subclasses of ExternalSoftwareException in sbrt.kernel.math.optimization
 class ProgramSolverException
          This class is used to wrap exceptions thrown by program solver packages.
 

Uses of ExternalSoftwareException in sbrt.shell.mng.algebra
 

Methods in sbrt.shell.mng.algebra with parameters of type ExternalSoftwareException
static ApplicationException LinearSolverManager.interpret(ExternalSoftwareException e)
          Interprets the provided external software exception.