Uses of Interface
org.apache.commons.math.exception.MathThrowable
Packages that use MathThrowable
Package
Description
Common classes used throughout the commons-math library.
This package provided classes to solve estimation problems, it is deprecated since 2.0.
Specialized exceptions for algorithms errors.
Fraction number type and fraction number formatting.
This package provides basic 3D geometry components.
Linear algebra support.
This package provides classes to solve Ordinary Differential Equations problems.
This package provides classes to handle discrete events occurring during
Ordinary Differential Equations integration.
This package provides common interfaces for the optimization algorithms
provided in sub-packages.
This package provides optimization algorithms for linear constrained problems.
-
Uses of MathThrowable in org.apache.commons.math
Classes in org.apache.commons.math that implement MathThrowableModifier and TypeClassDescriptionclass
Error thrown when a method is called with an out of bounds argument.class
Error thrown when a numerical computation can not be performed because the numerical result failed to converge to a finite value.class
Deprecated.in 2.2 (to be removed in 3.0).class
Exception thrown when a sample contains several entries at the same abscissa.class
Exception thrown when an error occurs evaluating a function.class
Signals a configuration problem with any of the factory methods.class
Base class for commons-math checked exceptions.class
Base class for commons-math unchecked exceptions.class
Error thrown when a numerical computation exceeds its allowed number of functions evaluations.class
Error thrown when a numerical computation exceeds its allowed number of iterations. -
Uses of MathThrowable in org.apache.commons.math.estimation
Classes in org.apache.commons.math.estimation that implement MathThrowableModifier and TypeClassDescriptionclass
Deprecated.as of 2.0, everything in package org.apache.commons.math.estimation has been deprecated and replaced by package org.apache.commons.math.optimization.general -
Uses of MathThrowable in org.apache.commons.math.exception
Classes in org.apache.commons.math.exception that implement MathThrowableModifier and TypeClassDescriptionclass
Error thrown when a numerical computation can not be performed because the numerical result failed to converge to a finite value.class
Exception to be thrown when two dimensions differ.class
Base class for all preconditions violation exceptions.class
Base class for exceptions raised by a wrong number.class
Base class for all exceptions that signal a mismatch between the current state and the user's expectations.class
Exception triggered when something that shouldn't happen does happen.class
Base class for all unsupported features.class
Exception to be thrown when the required data is missing.class
Exception to be thrown when the a sequence of values is not monotonously increasing or decreasing.class
Exception to be thrown when the argument is negative.class
Exception to be thrown when the argument is negative.class
All conditions checks that fail due to anull
argument must throw this exception.class
Exception to be thrown when a number is too large.class
Exception to be thrown when a number is too small.class
Exception to be thrown when some argument is out of range.class
Exception to be thrown when zero is provided where it is not allowed. -
Uses of MathThrowable in org.apache.commons.math.fraction
Classes in org.apache.commons.math.fraction that implement MathThrowableModifier and TypeClassDescriptionclass
Error thrown when a double value cannot be converted to a fraction in the allowed number of iterations. -
Uses of MathThrowable in org.apache.commons.math.geometry
Classes in org.apache.commons.math.geometry that implement MathThrowableModifier and TypeClassDescriptionclass
This class represents exceptions thrown while extractiong Cardan or Euler angles from a rotation.class
This class represents exceptions thrown while building rotations from matrices. -
Uses of MathThrowable in org.apache.commons.math.linear
Classes in org.apache.commons.math.linear that implement MathThrowableModifier and TypeClassDescriptionclass
Thrown when a system attempts an operation on a matrix, and that matrix does not satisfy the preconditions for the aforementioned operation.class
Thrown when an operation addresses a matrix coordinate (row, col) which is outside of the dimensions of a matrix.class
Thrown when a visitor encounters an error while processing a matrix entry.class
Thrown when an operation defined only for square matrices is applied to non-square ones.class
This class represents exceptions thrown when a matrix expected to be positive definite is not.class
This class represents exceptions thrown when a matrix expected to be symmetric is notclass
Thrown when a matrix is singular. -
Uses of MathThrowable in org.apache.commons.math.ode
Classes in org.apache.commons.math.ode that implement MathThrowableModifier and TypeClassDescriptionclass
This exception is made available to users to report the error conditions that are triggered while computing the differential equations.class
This exception is made available to users to report the error conditions that are triggered during integration -
Uses of MathThrowable in org.apache.commons.math.ode.events
Classes in org.apache.commons.math.ode.events that implement MathThrowableModifier and TypeClassDescriptionclass
This exception is made available to users to report the error conditions that are triggered byEventHandler
-
Uses of MathThrowable in org.apache.commons.math.optimization
Classes in org.apache.commons.math.optimization that implement MathThrowableModifier and TypeClassDescriptionclass
Deprecated.in 2.2 (to be removed in 3.0). -
Uses of MathThrowable in org.apache.commons.math.optimization.linear
Classes in org.apache.commons.math.optimization.linear that implement MathThrowableModifier and TypeClassDescriptionclass
This class represents exceptions thrown by optimizers when no solution fulfills the constraints.class
This class represents exceptions thrown by optimizers when a solution escapes to infinity.