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.clustering Clustering algorithms.org.hipparchus.clustering.distance Common distance measures.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.filtering.kalman Kalman filter.org.hipparchus.filtering.kalman.extended Kalman filter implementation for non-linear processes.org.hipparchus.filtering.kalman.linear Kalman filter implementation for linear processes.org.hipparchus.fraction Fraction number type and fraction number formatting.org.hipparchus.geometry This package is the top level package for geometry.org.hipparchus.geometry.euclidean.oned This package provides basic 1D geometry components.org.hipparchus.geometry.euclidean.threed This package provides basic 3D geometry components.org.hipparchus.geometry.euclidean.twod This package provides basic 2D geometry components.org.hipparchus.geometry.euclidean.twod.hull This package provides algorithms to generate the convex hull for a set of points in an two-dimensional euclidean space.org.hipparchus.geometry.hull This package provides interfaces and classes related to the convex hull problem.org.hipparchus.geometry.spherical.oned This package provides basic geometry components on the 1-sphere.org.hipparchus.geometry.spherical.twod This package provides basic geometry components on the 2-sphere.org.hipparchus.linear Linear algebra support.org.hipparchus.migration This package provides migration classes from Apache Commons Math to Hipparchus.org.hipparchus.migration.exception This package provides migration classes from Apache Commons Math to Hipparchus.org.hipparchus.migration.exception.util This package provides migration classes from Apache Commons Math to Hipparchus.org.hipparchus.migration.genetics This package provides migration classes from Apache Commons Math to Hipparchus.org.hipparchus.migration.geometry.euclidean This package provides migration classes from Apache Commons Math to Hipparchus.org.hipparchus.migration.geometry.euclidean.threed This package provides migration classes from Apache Commons Math to Hipparchus.org.hipparchus.migration.linear This package provides migration classes from Apache Commons Math to Hipparchus.org.hipparchus.migration.ode This package provides migration classes from Apache Commons Math to Hipparchus.org.hipparchus.migration.ode.sampling This package provides migration classes from Apache Commons Math to Hipparchus.org.hipparchus.migration.optim.linear This package provides migration classes from Apache Commons Math to Hipparchus.org.hipparchus.migration.stat.regression This package provides migration classes from Apache Commons Math to Hipparchus.org.hipparchus.ode This package provides classes to solve Ordinary Differential Equations problems.org.hipparchus.ode.events Eventsorg.hipparchus.ode.nonstiff This package provides classes to solve non-stiff Ordinary Differential Equations problems.org.hipparchus.ode.sampling This package provides classes to handle sampling steps during Ordinary Differential Equations integration.org.hipparchus.optim Generally, optimizers are algorithms that will eitherminimize
ormaximize
a scalar function, called theobjective function
.org.hipparchus.optim.linear Optimization algorithms for linear constrained problems.org.hipparchus.optim.nonlinear.scalar Algorithms for optimizing a scalar function.org.hipparchus.optim.nonlinear.scalar.gradient This package provides optimization algorithms that require derivatives.org.hipparchus.optim.nonlinear.scalar.noderiv This package provides optimization algorithms that do not require derivatives.org.hipparchus.optim.univariate One-dimensional optimization algorithms.org.hipparchus.random Random number and random data generators.org.hipparchus.special Implementations of special functions such as Beta and Gamma.org.hipparchus.stat Data storage, manipulation and summary routines.org.hipparchus.stat.correlation Correlations/Covariance computations.org.hipparchus.stat.descriptive Generic univariate and multivariate summary statistic objects.org.hipparchus.stat.descriptive.moment Summary statistics based on moments.org.hipparchus.stat.descriptive.rank Summary statistics based on ranks.org.hipparchus.stat.descriptive.summary Other summary statistics.org.hipparchus.stat.descriptive.vector Multivariate statistics.org.hipparchus.stat.fitting Statistical methods for fitting distributions.org.hipparchus.stat.inference Classes providing hypothesis testing.org.hipparchus.stat.interval Utilities to calculate binomial proportion confidence intervals.org.hipparchus.stat.regression Statistical routines involving multivariate data.org.hipparchus.transform Implementations of transform methods, including Fast Fourier transforms.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.clustering 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.NullArgumentException All conditions checks that fail due to anull
argument must throw this exception. -
Classes in org.hipparchus.exception used by org.hipparchus.clustering.distance Class Description MathIllegalArgumentException Base class for all preconditions violation exceptions. -
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.filtering.kalman 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.filtering.kalman.extended Class Description MathRuntimeException All exceptions thrown by the Hipparchus code inherit from this class. -
Classes in org.hipparchus.exception used by org.hipparchus.filtering.kalman.linear Class Description 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.geometry Class Description Localizable Interface for localizable strings.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. -
Classes in org.hipparchus.exception used by org.hipparchus.geometry.euclidean.oned Class Description LocalizedException This interface specified methods implemented by localized exception classes.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. -
Classes in org.hipparchus.exception used by org.hipparchus.geometry.euclidean.threed 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. -
Classes in org.hipparchus.exception used by org.hipparchus.geometry.euclidean.twod 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. -
Classes in org.hipparchus.exception used by org.hipparchus.geometry.euclidean.twod.hull 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.geometry.hull 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.geometry.spherical.oned Class Description LocalizedException This interface specified methods implemented by localized exception classes.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.geometry.spherical.twod 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. -
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.migration Class Description Localizable Interface for localizable strings. -
Classes in org.hipparchus.exception used by org.hipparchus.migration.exception Class Description Localizable Interface for localizable strings.LocalizedException This interface specified methods implemented by localized exception classes.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. -
Classes in org.hipparchus.exception used by org.hipparchus.migration.exception.util Class Description Localizable Interface for localizable strings. -
Classes in org.hipparchus.exception used by org.hipparchus.migration.genetics Class Description Localizable Interface for localizable strings.LocalizedException This interface specified methods implemented by localized exception classes.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.migration.geometry.euclidean Class Description LocalizedException This interface specified methods implemented by localized exception classes.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. -
Classes in org.hipparchus.exception used by org.hipparchus.migration.geometry.euclidean.threed Class Description Localizable Interface for localizable strings.LocalizedException This interface specified methods implemented by localized exception classes.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.migration.linear Class Description LocalizedException This interface specified methods implemented by localized exception classes.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.migration.ode Class Description LocalizedException This interface specified methods implemented by localized exception classes.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. -
Classes in org.hipparchus.exception used by org.hipparchus.migration.ode.sampling Class Description 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.migration.optim.linear Class Description LocalizedException This interface specified methods implemented by localized exception classes.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. -
Classes in org.hipparchus.exception used by org.hipparchus.migration.stat.regression Class Description Localizable Interface for localizable strings.LocalizedException This interface specified methods implemented by localized exception classes.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.ode Class Description Localizable Interface for localizable strings.LocalizedException This interface specified methods implemented by localized exception classes.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. -
Classes in org.hipparchus.exception used by org.hipparchus.ode.events 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.ode.nonstiff 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.ode.sampling Class Description 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.optim Class Description Localizable Interface for localizable strings.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.optim.linear Class Description 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.optim.nonlinear.scalar 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.optim.nonlinear.scalar.gradient Class Description 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.optim.nonlinear.scalar.noderiv 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.optim.univariate Class Description 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.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.stat Class Description Localizable Interface for localizable strings.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.stat.correlation 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.stat.descriptive 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.stat.descriptive.moment 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.stat.descriptive.rank 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.stat.descriptive.summary 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.stat.descriptive.vector Class Description MathIllegalArgumentException Base class for all preconditions violation exceptions. -
Classes in org.hipparchus.exception used by org.hipparchus.stat.fitting 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.stat.inference 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.stat.interval Class Description MathIllegalArgumentException Base class for all preconditions violation exceptions. -
Classes in org.hipparchus.exception used by org.hipparchus.stat.regression Class Description MathIllegalArgumentException Base class for all preconditions violation exceptions. -
Classes in org.hipparchus.exception used by org.hipparchus.transform Class Description Localizable Interface for localizable strings.MathIllegalArgumentException Base class for all preconditions violation exceptions. -
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.