Uses of Package
fhm.edu.fem.exception

Packages that use fhm.edu.fem.exception
fhm.edu.fem.calc.objects Provides all objects used in the calculations along with the static functions used for integral calculation. 
fhm.edu.fem.calc.objects.matrix Provides all Matrix related classes. 
fhm.edu.fem.test Provides self-running Test Classes used for some specific problems outside of the normal application. 
 

Classes in fhm.edu.fem.exception used by fhm.edu.fem.calc.objects
FunctionCalculationException
          Class Description: Exception thrown in the Functions class
 

Classes in fhm.edu.fem.exception used by fhm.edu.fem.calc.objects.matrix
CholeskyFailedException
          Class Description: Exception thrown in case the Cholesky fails
 

Classes in fhm.edu.fem.exception used by fhm.edu.fem.test
CholeskyFailedException
          Class Description: Exception thrown in case the Cholesky fails