Uses of Interface
org.hipparchus.exception.LocalizedException
-
Packages that use LocalizedException 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. -
-
Uses of LocalizedException in org.hipparchus.exception
Classes in org.hipparchus.exception that implement LocalizedException 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 anull
argument must throw this exception. -
Uses of LocalizedException in org.hipparchus.geometry.euclidean.oned
Classes in org.hipparchus.geometry.euclidean.oned that implement LocalizedException Modifier and Type Class Description static class
Euclidean1D.NoSubSpaceException
Specialized exception for inexistent sub-space. -
Uses of LocalizedException in org.hipparchus.geometry.spherical.oned
Classes in org.hipparchus.geometry.spherical.oned that implement LocalizedException 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. -
Uses of LocalizedException in org.hipparchus.migration.exception
Classes in org.hipparchus.migration.exception that implement LocalizedException Modifier and Type Class Description class
ConvergenceException
Deprecated.as of 1.0, this exception is replaced byMathIllegalStateException
class
DimensionMismatchException
Deprecated.as of 1.0, this exception is replaced byMathIllegalArgumentException
class
InsufficientDataException
Deprecated.as of 1.0, this exception is replaced byMathIllegalArgumentException
class
MathArithmeticException
Deprecated.as of 1.0, replaced withMathRuntimeException
class
MathIllegalNumberException
Deprecated.as of 1.0, this exception is replaced byMathIllegalArgumentException
class
MathInternalError
Deprecated.as of 1.0, this exception is replaced byMathIllegalStateException
class
MathParseException
Deprecated.as of 1.0, this exception is replaced byMathIllegalStateException
class
MathUnsupportedOperationException
Deprecated.as of 1.0, replaced withMathRuntimeException
class
MaxCountExceededException
Deprecated.as of 1.0, this exception is replaced byMathIllegalStateException
class
MultiDimensionMismatchException
Deprecated.as of 1.0, this exception is replaced byMathIllegalArgumentException
class
NoBracketingException
Deprecated.as of 1.0, this exception is replaced byMathIllegalArgumentException
class
NoDataException
Deprecated.as of 1.0, this exception is replaced byMathIllegalArgumentException
class
NonMonotonicSequenceException
Deprecated.as of 1.0, this exception is replaced byMathIllegalArgumentException
class
NotANumberException
Deprecated.as of 1.0, this exception is replaced byMathIllegalArgumentException
class
NotFiniteNumberException
Deprecated.as of 1.0, this exception is replaced byMathIllegalArgumentException
class
NotPositiveException
Deprecated.as of 1.0, this exception is replaced byMathIllegalArgumentException
class
NotStrictlyPositiveException
Deprecated.as of 1.0, this exception is replaced byMathIllegalArgumentException
class
NumberIsTooLargeException
Deprecated.as of 1.0, this exception is replaced byMathIllegalArgumentException
class
NumberIsTooSmallException
Deprecated.as of 1.0, this exception is replaced byMathIllegalArgumentException
class
OutOfRangeException
Deprecated.as of 1.0, this exception is replaced byMathIllegalArgumentException
class
TooManyEvaluationsException
Deprecated.as of 1.0, this exception is replaced byMathIllegalArgumentException
class
TooManyIterationsException
Deprecated.as of 1.0, this exception is replaced byMathIllegalArgumentException
class
ZeroException
Deprecated.as of 1.0, this exception is replaced byMathIllegalArgumentException
-
Uses of LocalizedException in org.hipparchus.migration.genetics
Classes in org.hipparchus.migration.genetics that implement LocalizedException Modifier and Type Class Description class
InvalidRepresentationException
Deprecated.as of 1.0, this exception is replaced byMathIllegalStateException
-
Uses of LocalizedException in org.hipparchus.migration.geometry.euclidean
Classes in org.hipparchus.migration.geometry.euclidean that implement LocalizedException Modifier and Type Class Description class
CardanEulerSingularityException
Deprecated.as of 1.0, this exception is replaced byMathIllegalStateException
-
Uses of LocalizedException in org.hipparchus.migration.geometry.euclidean.threed
Classes in org.hipparchus.migration.geometry.euclidean.threed that implement LocalizedException Modifier and Type Class Description class
NotARotationMatrixException
Deprecated.as of 1.0, this exception is replaced byMathIllegalStateException
-
Uses of LocalizedException in org.hipparchus.migration.linear
Classes in org.hipparchus.migration.linear that implement LocalizedException Modifier and Type Class Description class
IllConditionedOperatorException
Deprecated.as of 1.0, this exception is replaced byMathIllegalArgumentException
class
MatrixDimensionMismatchException
Deprecated.as of 1.0, this exception is replaced byMathIllegalArgumentException
class
NonPositiveDefiniteMatrixException
Deprecated.as of 1.0, this exception is replaced byMathIllegalArgumentException
class
NonPositiveDefiniteOperatorException
Deprecated.as of 1.0, this exception is replaced byMathIllegalArgumentException
class
NonSelfAdjointOperatorException
Deprecated.as of 1.0, this exception is replaced byMathIllegalArgumentException
class
NonSquareMatrixException
Deprecated.as of 1.0, this exception is replaced byMathIllegalArgumentException
class
NonSquareOperatorException
Deprecated.as of 1.0, this exception is replaced byMathIllegalArgumentException
class
NonSymmetricMatrixException
Deprecated.as of 1.0, this exception is replaced byMathIllegalArgumentException
class
SingularMatrixException
Deprecated.as of 1.0, this exception is replaced byMathIllegalStateException
class
SingularOperatorException
Deprecated.as of 1.0, this exception is replaced byMathIllegalArgumentException
-
Uses of LocalizedException in org.hipparchus.migration.ode
Classes in org.hipparchus.migration.ode that implement LocalizedException 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 byMathIllegalArgumentException
-
Uses of LocalizedException in org.hipparchus.migration.optim.linear
Classes in org.hipparchus.migration.optim.linear that implement LocalizedException Modifier and Type Class Description class
NoFeasibleSolutionException
Deprecated.as of 1.0, this exception is replaced byMathIllegalStateException
class
UnboundedSolutionException
Deprecated.as of 1.0, this exception is replaced byMathIllegalStateException
-
Uses of LocalizedException in org.hipparchus.migration.stat.regression
Classes in org.hipparchus.migration.stat.regression that implement LocalizedException Modifier and Type Class Description class
ModelSpecificationException
Deprecated.as of 1.0, this exception is replaced byMathIllegalArgumentException
-
Uses of LocalizedException in org.hipparchus.ode
Classes in org.hipparchus.ode that implement LocalizedException Modifier and Type Class Description static class
VariationalEquation.MismatchedEquations
Special exception for equations mismatch.
-