Package | Description |
---|---|
org.hipparchus.exception |
Specialized exceptions for algorithms errors.
|
org.hipparchus.geometry.euclidean.oned |
This package provides basic 1D geometry components.
|
org.hipparchus.geometry.spherical.oned |
This package provides basic geometry components on the 1-sphere.
|
org.hipparchus.migration.exception |
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.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.
|
Modifier and Type | Class | Description |
---|---|---|
class |
MathIllegalArgumentException |
Base class for all preconditions violation exceptions.
|
class |
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.
|
class |
MathRuntimeException |
All exceptions thrown by the Hipparchus code inherit from this class.
|
class |
NullArgumentException |
All conditions checks that fail due to a
null argument must throw
this exception. |
Modifier and Type | Class | Description |
---|---|---|
static class |
Euclidean1D.NoSubSpaceException |
Specialized exception for inexistent sub-space.
|
Modifier and Type | Class | Description |
---|---|---|
static class |
ArcsSet.InconsistentStateAt2PiWrapping |
Specialized exception for inconsistent BSP tree state inconsistency.
|
static class |
Sphere1D.NoSubSpaceException |
Specialized exception for inexistent sub-space.
|
Modifier and Type | Class | Description |
---|---|---|
class |
ConvergenceException |
Deprecated.
as of 1.0, this exception is replaced by
MathIllegalStateException |
class |
DimensionMismatchException |
Deprecated.
as of 1.0, this exception is replaced by
MathIllegalArgumentException |
class |
InsufficientDataException |
Deprecated.
as of 1.0, this exception is replaced by
MathIllegalArgumentException |
class |
MathArithmeticException |
Deprecated.
as of 1.0, replaced with
MathRuntimeException |
class |
MathIllegalNumberException |
Deprecated.
as of 1.0, this exception is replaced by
MathIllegalArgumentException |
class |
MathInternalError |
Deprecated.
as of 1.0, this exception is replaced by
MathIllegalStateException |
class |
MathParseException |
Deprecated.
as of 1.0, this exception is replaced by
MathIllegalStateException |
class |
MathUnsupportedOperationException |
Deprecated.
as of 1.0, replaced with
MathRuntimeException |
class |
MaxCountExceededException |
Deprecated.
as of 1.0, this exception is replaced by
MathIllegalStateException |
class |
MultiDimensionMismatchException |
Deprecated.
as of 1.0, this exception is replaced by
MathIllegalArgumentException |
class |
NoBracketingException |
Deprecated.
as of 1.0, this exception is replaced by
MathIllegalArgumentException |
class |
NoDataException |
Deprecated.
as of 1.0, this exception is replaced by
MathIllegalArgumentException |
class |
NonMonotonicSequenceException |
Deprecated.
as of 1.0, this exception is replaced by
MathIllegalArgumentException |
class |
NotANumberException |
Deprecated.
as of 1.0, this exception is replaced by
MathIllegalArgumentException |
class |
NotFiniteNumberException |
Deprecated.
as of 1.0, this exception is replaced by
MathIllegalArgumentException |
class |
NotPositiveException |
Deprecated.
as of 1.0, this exception is replaced by
MathIllegalArgumentException |
class |
NotStrictlyPositiveException |
Deprecated.
as of 1.0, this exception is replaced by
MathIllegalArgumentException |
class |
NumberIsTooLargeException |
Deprecated.
as of 1.0, this exception is replaced by
MathIllegalArgumentException |
class |
NumberIsTooSmallException |
Deprecated.
as of 1.0, this exception is replaced by
MathIllegalArgumentException |
class |
OutOfRangeException |
Deprecated.
as of 1.0, this exception is replaced by
MathIllegalArgumentException |
class |
TooManyEvaluationsException |
Deprecated.
as of 1.0, this exception is replaced by
MathIllegalArgumentException |
class |
TooManyIterationsException |
Deprecated.
as of 1.0, this exception is replaced by
MathIllegalArgumentException |
class |
ZeroException |
Deprecated.
as of 1.0, this exception is replaced by
MathIllegalArgumentException |
Modifier and Type | Class | Description |
---|---|---|
class |
InvalidRepresentationException |
Deprecated.
as of 1.0, this exception is replaced by
MathIllegalStateException |
Modifier and Type | Class | Description |
---|---|---|
class |
CardanEulerSingularityException |
Deprecated.
as of 1.0, this exception is replaced by
MathIllegalStateException |
Modifier and Type | Class | Description |
---|---|---|
class |
NotARotationMatrixException |
Deprecated.
as of 1.0, this exception is replaced by
MathIllegalStateException |
Modifier and Type | Class | Description |
---|---|---|
class |
IllConditionedOperatorException |
Deprecated.
as of 1.0, this exception is replaced by
MathIllegalArgumentException |
class |
MatrixDimensionMismatchException |
Deprecated.
as of 1.0, this exception is replaced by
MathIllegalArgumentException |
class |
NonPositiveDefiniteMatrixException |
Deprecated.
as of 1.0, this exception is replaced by
MathIllegalArgumentException |
class |
NonPositiveDefiniteOperatorException |
Deprecated.
as of 1.0, this exception is replaced by
MathIllegalArgumentException |
class |
NonSelfAdjointOperatorException |
Deprecated.
as of 1.0, this exception is replaced by
MathIllegalArgumentException |
class |
NonSquareMatrixException |
Deprecated.
as of 1.0, this exception is replaced by
MathIllegalArgumentException |
class |
NonSquareOperatorException |
Deprecated.
as of 1.0, this exception is replaced by
MathIllegalArgumentException |
class |
NonSymmetricMatrixException |
Deprecated.
as of 1.0, this exception is replaced by
MathIllegalArgumentException |
class |
SingularMatrixException |
Deprecated.
as of 1.0, this exception is replaced by
MathIllegalStateException |
class |
SingularOperatorException |
Deprecated.
as of 1.0, this exception is replaced by
MathIllegalArgumentException |
Modifier and Type | Class | Description |
---|---|---|
static class |
JacobianMatrices.MismatchedEquations |
Deprecated.
Special exception for equations mismatch.
|
class |
UnknownParameterException |
Deprecated.
as of 1.0, this exception is replaced by
MathIllegalArgumentException |
Modifier and Type | Class | Description |
---|---|---|
class |
NoFeasibleSolutionException |
Deprecated.
as of 1.0, this exception is replaced by
MathIllegalStateException |
class |
UnboundedSolutionException |
Deprecated.
as of 1.0, this exception is replaced by
MathIllegalStateException |
Modifier and Type | Class | Description |
---|---|---|
class |
ModelSpecificationException |
Deprecated.
as of 1.0, this exception is replaced by
MathIllegalArgumentException |
Modifier and Type | Class | Description |
---|---|---|
static class |
VariationalEquation.MismatchedEquations |
Special exception for equations mismatch.
|
Copyright © 2016–2018 Hipparchus.org. All rights reserved.