Uses of Package
org.hipparchus.exception
-
Packages that use org.hipparchus.exception Package Description org.hipparchus Common classes used throughout the Hipparchus library.org.hipparchus.analysis Parent package for common numerical analysis procedures, including root finding, function interpolation and integration.org.hipparchus.analysis.differentiation This package holds the main interfaces and basic building block classes dealing with differentiation.org.hipparchus.analysis.function Thefunction
package contains function objects that wrap the methods contained inMath
, as well as common mathematical functions such as the gaussian and sinc functions.org.hipparchus.analysis.integration Numerical integration (quadrature) algorithms for univariate real functions.org.hipparchus.analysis.integration.gauss Gauss family of quadrature schemes.org.hipparchus.analysis.interpolation Univariate real functions interpolation algorithms.org.hipparchus.analysis.polynomials Univariate real polynomials implementations, seen as differentiable univariate real functions.org.hipparchus.analysis.solvers Root finding algorithms, for univariate real functions.org.hipparchus.complex Complex number type and implementations of complex transcendental functions.org.hipparchus.dfp Decimal floating point library for Javaorg.hipparchus.distribution Interfaces and implementations of common discrete and continuous distributions.org.hipparchus.distribution.continuous Implementations of common continuous distributions.org.hipparchus.distribution.discrete Implementations of common discrete distributions.org.hipparchus.distribution.multivariate Implementations of multivariate distributions.org.hipparchus.exception Specialized exceptions for algorithms errors.org.hipparchus.fraction Fraction number type and fraction number formatting.org.hipparchus.linear Linear algebra support.org.hipparchus.random Random number and random data generators.org.hipparchus.special Implementations of special functions such as Beta and Gamma.org.hipparchus.util Convenience routines and common data structures used throughout the Hipparchus library. -
Classes in org.hipparchus.exception used by org.hipparchus Class Description MathIllegalArgumentException Base class for all preconditions violation exceptions.MathRuntimeException All exceptions thrown by the Hipparchus code inherit from this class.NullArgumentException All conditions checks that fail due to anull
argument must throw this exception. -
Classes in org.hipparchus.exception used by org.hipparchus.analysis Class Description MathIllegalArgumentException Base class for all preconditions violation exceptions. -
Classes in org.hipparchus.exception used by org.hipparchus.analysis.differentiation Class Description MathIllegalArgumentException Base class for all preconditions violation exceptions.MathRuntimeException All exceptions thrown by the Hipparchus code inherit from this class. -
Classes in org.hipparchus.exception used by org.hipparchus.analysis.function Class Description MathIllegalArgumentException Base class for all preconditions violation exceptions.NullArgumentException All conditions checks that fail due to anull
argument must throw this exception. -
Classes in org.hipparchus.exception used by org.hipparchus.analysis.integration Class Description MathIllegalArgumentException Base class for all preconditions violation exceptions.MathIllegalStateException Base 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.NullArgumentException All conditions checks that fail due to anull
argument must throw this exception. -
Classes in org.hipparchus.exception used by org.hipparchus.analysis.integration.gauss Class Description MathIllegalArgumentException Base class for all preconditions violation exceptions. -
Classes in org.hipparchus.exception used by org.hipparchus.analysis.interpolation Class Description MathIllegalArgumentException Base class for all preconditions violation exceptions.MathRuntimeException All exceptions thrown by the Hipparchus code inherit from this class.NullArgumentException All conditions checks that fail due to anull
argument must throw this exception. -
Classes in org.hipparchus.exception used by org.hipparchus.analysis.polynomials Class Description MathIllegalArgumentException Base class for all preconditions violation exceptions.NullArgumentException All conditions checks that fail due to anull
argument must throw this exception. -
Classes in org.hipparchus.exception used by org.hipparchus.analysis.solvers Class Description MathIllegalArgumentException Base class for all preconditions violation exceptions.MathIllegalStateException Base 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.NullArgumentException All conditions checks that fail due to anull
argument must throw this exception. -
Classes in org.hipparchus.exception used by org.hipparchus.complex Class Description MathIllegalArgumentException Base class for all preconditions violation exceptions.MathIllegalStateException Base 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.NullArgumentException All conditions checks that fail due to anull
argument must throw this exception. -
Classes in org.hipparchus.exception used by org.hipparchus.dfp Class Description MathIllegalArgumentException Base class for all preconditions violation exceptions. -
Classes in org.hipparchus.exception used by org.hipparchus.distribution Class Description MathIllegalArgumentException Base class for all preconditions violation exceptions. -
Classes in org.hipparchus.exception used by org.hipparchus.distribution.continuous Class Description MathIllegalArgumentException Base class for all preconditions violation exceptions. -
Classes in org.hipparchus.exception used by org.hipparchus.distribution.discrete Class Description MathIllegalArgumentException Base class for all preconditions violation exceptions. -
Classes in org.hipparchus.exception used by org.hipparchus.distribution.multivariate Class Description MathIllegalArgumentException Base class for all preconditions violation exceptions. -
Classes in org.hipparchus.exception used by org.hipparchus.exception Class Description Localizable Interface for localizable strings.LocalizedCoreFormats Enumeration for localized messages formats used in exceptions messages.LocalizedException This interface specified methods implemented by localized exception classes.MathRuntimeException All exceptions thrown by the Hipparchus code inherit from this class. -
Classes in org.hipparchus.exception used by org.hipparchus.fraction Class Description MathIllegalArgumentException Base class for all preconditions violation exceptions.MathIllegalStateException Base 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.NullArgumentException All conditions checks that fail due to anull
argument must throw this exception. -
Classes in org.hipparchus.exception used by org.hipparchus.linear Class Description MathIllegalArgumentException Base class for all preconditions violation exceptions.MathIllegalStateException Base 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.MathRuntimeException All exceptions thrown by the Hipparchus code inherit from this class.NullArgumentException All conditions checks that fail due to anull
argument must throw this exception. -
Classes in org.hipparchus.exception used by org.hipparchus.random Class Description MathIllegalArgumentException Base class for all preconditions violation exceptions.MathIllegalStateException Base 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.NullArgumentException All conditions checks that fail due to anull
argument must throw this exception. -
Classes in org.hipparchus.exception used by org.hipparchus.special Class Description MathIllegalArgumentException Base class for all preconditions violation exceptions.MathIllegalStateException Base 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. -
Classes in org.hipparchus.exception used by org.hipparchus.util Class Description Localizable Interface for localizable strings.MathIllegalArgumentException Base class for all preconditions violation exceptions.MathIllegalStateException Base 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.MathRuntimeException All exceptions thrown by the Hipparchus code inherit from this class.NullArgumentException All conditions checks that fail due to anull
argument must throw this exception.