Uses of Package
org.apache.commons.math.exception

Packages that use org.apache.commons.math.exception
org.apache.commons.math Common classes used throughout the commons-math library. 
org.apache.commons.math.analysis.interpolation Univariate real functions interpolation algorithms. 
org.apache.commons.math.estimation This package provided classes to solve estimation problems, it is deprecated since 2.0. 
org.apache.commons.math.exception Specialized exceptions for algorithms errors. 
org.apache.commons.math.fraction Fraction number type and fraction number formatting. 
org.apache.commons.math.geometry This package provides basic 3D geometry components. 
org.apache.commons.math.linear Linear algebra support. 
org.apache.commons.math.ode This package provides classes to solve Ordinary Differential Equations problems. 
org.apache.commons.math.ode.events This package provides classes to handle discrete events occurring during Ordinary Differential Equations integration. 
org.apache.commons.math.optimization This package provides common interfaces for the optimization algorithms provided in sub-packages. 
org.apache.commons.math.optimization.fitting This package provides classes to perform curve fitting. 
org.apache.commons.math.optimization.linear This package provides optimization algorithms for linear constrained problems. 
org.apache.commons.math.util Convenience routines and common data structures used throughout the commons-math library. 
 

Classes in org.apache.commons.math.exception used by org.apache.commons.math
MathThrowable
          Interface for commons-math throwables.
 

Classes in org.apache.commons.math.exception used by org.apache.commons.math.analysis.interpolation
NoDataException
          Exception to be thrown when the required data is missing.
 

Classes in org.apache.commons.math.exception used by org.apache.commons.math.estimation
MathThrowable
          Interface for commons-math throwables.
 

Classes in org.apache.commons.math.exception used by org.apache.commons.math.exception
MathIllegalArgumentException
          Base class for all preconditions violation exceptions.
MathIllegalNumberException
          Base class for exceptions raised by a wrong number.
MathIllegalStateException
          Base class for all exceptions that signal a mismatch between the current state and the user's expectations.
MathThrowable
          Interface for commons-math throwables.
NumberIsTooSmallException
          Exception to be thrown when a number is too small.
 

Classes in org.apache.commons.math.exception used by org.apache.commons.math.fraction
MathThrowable
          Interface for commons-math throwables.
 

Classes in org.apache.commons.math.exception used by org.apache.commons.math.geometry
MathThrowable
          Interface for commons-math throwables.
 

Classes in org.apache.commons.math.exception used by org.apache.commons.math.linear
DimensionMismatchException
          Exception to be thrown when two dimensions differ.
MathThrowable
          Interface for commons-math throwables.
 

Classes in org.apache.commons.math.exception used by org.apache.commons.math.ode
MathThrowable
          Interface for commons-math throwables.
 

Classes in org.apache.commons.math.exception used by org.apache.commons.math.ode.events
MathThrowable
          Interface for commons-math throwables.
 

Classes in org.apache.commons.math.exception used by org.apache.commons.math.optimization
MathThrowable
          Interface for commons-math throwables.
 

Classes in org.apache.commons.math.exception used by org.apache.commons.math.optimization.fitting
ZeroException
          Exception to be thrown when zero is provided where it is not allowed.
 

Classes in org.apache.commons.math.exception used by org.apache.commons.math.optimization.linear
MathThrowable
          Interface for commons-math throwables.
 

Classes in org.apache.commons.math.exception used by org.apache.commons.math.util
OutOfRangeException
          Exception to be thrown when some argument is out of range.
 



Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.