Uses of Interface
org.apache.commons.math3.exception.util.ExceptionContextProvider
-
Packages that use ExceptionContextProvider Package Description org.apache.commons.math3.exception Specialized exceptions for algorithms errors.org.apache.commons.math3.fraction Fraction number type and fraction number formatting.org.apache.commons.math3.genetics This package provides Genetic Algorithms components and implementations.org.apache.commons.math3.geometry.euclidean.oned This package provides basic 1D geometry components.org.apache.commons.math3.geometry.euclidean.threed This package provides basic 3D geometry components.org.apache.commons.math3.geometry.spherical.oned This package provides basic geometry components on the 1-sphere.org.apache.commons.math3.linear Linear algebra support.org.apache.commons.math3.ode This package provides classes to solve Ordinary Differential Equations problems.org.apache.commons.math3.optim.linear Optimization algorithms for linear constrained problems.org.apache.commons.math3.optimization.linear This package provides optimization algorithms for linear constrained problems.org.apache.commons.math3.stat.regression Statistical routines involving multivariate data. -
-
Uses of ExceptionContextProvider in org.apache.commons.math3.exception
Classes in org.apache.commons.math3.exception that implement ExceptionContextProvider Modifier and Type Class Description classConvergenceExceptionError thrown when a numerical computation can not be performed because the numerical result failed to converge to a finite value.classDimensionMismatchExceptionException to be thrown when two dimensions differ.classInsufficientDataExceptionException to be thrown when there is insufficient data to perform a computation.classMathArithmeticExceptionBase class for arithmetic exceptions.classMathIllegalArgumentExceptionBase class for all preconditions violation exceptions.classMathIllegalNumberExceptionBase class for exceptions raised by a wrong number.classMathIllegalStateExceptionBase class for all exceptions that signal that the process throwing the exception is in a state that does not comply with the set of states that it is designed to be in.classMathInternalErrorException triggered when something that shouldn't happen does happen.classMathParseExceptionClass to signal parse failures.classMathRuntimeExceptionAs of release 4.0, all exceptions thrown by the Commons Math code (exceptNullArgumentException) inherit from this class.classMathUnsupportedOperationExceptionBase class for all unsupported features.classMaxCountExceededExceptionException to be thrown when some counter maximum value is exceeded.classMultiDimensionMismatchExceptionException to be thrown when two sets of dimensions differ.classNoBracketingExceptionException to be thrown when function values have the same sign at both ends of an interval.classNoDataExceptionException to be thrown when the required data is missing.classNonMonotonicSequenceExceptionException to be thrown when the a sequence of values is not monotonically increasing or decreasing.classNotANumberExceptionException to be thrown when a number is not a number.classNotFiniteNumberExceptionException to be thrown when a number is not finite.classNotPositiveExceptionException to be thrown when the argument is negative.classNotStrictlyPositiveExceptionException to be thrown when the argument is not greater than 0.classNullArgumentExceptionAll conditions checks that fail due to anullargument must throw this exception.classNumberIsTooLargeExceptionException to be thrown when a number is too large.classNumberIsTooSmallExceptionException to be thrown when a number is too small.classOutOfRangeExceptionException to be thrown when some argument is out of range.classTooManyEvaluationsExceptionException to be thrown when the maximal number of evaluations is exceeded.classTooManyIterationsExceptionException to be thrown when the maximal number of iterations is exceeded.classZeroExceptionException to be thrown when zero is provided where it is not allowed. -
Uses of ExceptionContextProvider in org.apache.commons.math3.fraction
Classes in org.apache.commons.math3.fraction that implement ExceptionContextProvider Modifier and Type Class Description classFractionConversionExceptionError thrown when a double value cannot be converted to a fraction in the allowed number of iterations. -
Uses of ExceptionContextProvider in org.apache.commons.math3.genetics
Classes in org.apache.commons.math3.genetics that implement ExceptionContextProvider Modifier and Type Class Description classInvalidRepresentationExceptionException indicating that the representation of a chromosome is not valid. -
Uses of ExceptionContextProvider in org.apache.commons.math3.geometry.euclidean.oned
Classes in org.apache.commons.math3.geometry.euclidean.oned that implement ExceptionContextProvider Modifier and Type Class Description static classEuclidean1D.NoSubSpaceExceptionSpecialized exception for inexistent sub-space. -
Uses of ExceptionContextProvider in org.apache.commons.math3.geometry.euclidean.threed
Classes in org.apache.commons.math3.geometry.euclidean.threed that implement ExceptionContextProvider Modifier and Type Class Description classCardanEulerSingularityExceptionThis class represents exceptions thrown while extractiong Cardan or Euler angles from a rotation.classNotARotationMatrixExceptionThis class represents exceptions thrown while building rotations from matrices. -
Uses of ExceptionContextProvider in org.apache.commons.math3.geometry.spherical.oned
Classes in org.apache.commons.math3.geometry.spherical.oned that implement ExceptionContextProvider Modifier and Type Class Description static classArcsSet.InconsistentStateAt2PiWrappingSpecialized exception for inconsistent BSP tree state inconsistency.static classSphere1D.NoSubSpaceExceptionSpecialized exception for inexistent sub-space. -
Uses of ExceptionContextProvider in org.apache.commons.math3.linear
Classes in org.apache.commons.math3.linear that implement ExceptionContextProvider Modifier and Type Class Description classIllConditionedOperatorExceptionAn exception to be thrown when the condition number of aRealLinearOperatoris too high.classMatrixDimensionMismatchExceptionException to be thrown when either the number of rows or the number of columns of a matrix do not match the expected values.classNonPositiveDefiniteMatrixExceptionException to be thrown when a positive definite matrix is expected.classNonPositiveDefiniteOperatorExceptionException to be thrown when a symmetric, definite positiveRealLinearOperatoris expected.classNonSelfAdjointOperatorExceptionException to be thrown when a self-adjointRealLinearOperatoris expected.classNonSquareMatrixExceptionException to be thrown when a square matrix is expected.classNonSquareOperatorExceptionException to be thrown when a square linear operator is expected.classNonSymmetricMatrixExceptionException to be thrown when a symmetric matrix is expected.classSingularMatrixExceptionException to be thrown when a non-singular matrix is expected.classSingularOperatorExceptionException to be thrown when trying to invert a singular operator. -
Uses of ExceptionContextProvider in org.apache.commons.math3.ode
Classes in org.apache.commons.math3.ode that implement ExceptionContextProvider Modifier and Type Class Description static classJacobianMatrices.MismatchedEquationsSpecial exception for equations mismatch.classUnknownParameterExceptionException to be thrown when a parameter is unknown. -
Uses of ExceptionContextProvider in org.apache.commons.math3.optim.linear
Classes in org.apache.commons.math3.optim.linear that implement ExceptionContextProvider Modifier and Type Class Description classNoFeasibleSolutionExceptionThis class represents exceptions thrown by optimizers when no solution fulfills the constraints.classUnboundedSolutionExceptionThis class represents exceptions thrown by optimizers when a solution escapes to infinity. -
Uses of ExceptionContextProvider in org.apache.commons.math3.optimization.linear
Classes in org.apache.commons.math3.optimization.linear that implement ExceptionContextProvider Modifier and Type Class Description classNoFeasibleSolutionExceptionDeprecated.As of 3.1 (to be removed in 4.0).classUnboundedSolutionExceptionDeprecated.As of 3.1 (to be removed in 4.0). -
Uses of ExceptionContextProvider in org.apache.commons.math3.stat.regression
Classes in org.apache.commons.math3.stat.regression that implement ExceptionContextProvider Modifier and Type Class Description classModelSpecificationExceptionException thrown when a regression model is not correctly specified.
-