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 classMathIllegalArgumentExceptionBase class for all preconditions violation exceptions.classMathIllegalStateExceptionBase 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.classMathRuntimeExceptionAll exceptions thrown by the Hipparchus code inherit from this class.classNullArgumentExceptionAll conditions checks that fail due to anullargument 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 classEuclidean1D.NoSubSpaceExceptionSpecialized 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 classArcsSet.InconsistentStateAt2PiWrappingSpecialized exception for inconsistent BSP tree state inconsistency.static classSphere1D.NoSubSpaceExceptionSpecialized 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 classConvergenceExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalStateExceptionclassDimensionMismatchExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalArgumentExceptionclassInsufficientDataExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalArgumentExceptionclassMathArithmeticExceptionDeprecated.as of 1.0, replaced withMathRuntimeExceptionclassMathIllegalNumberExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalArgumentExceptionclassMathInternalErrorDeprecated.as of 1.0, this exception is replaced byMathIllegalStateExceptionclassMathParseExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalStateExceptionclassMathUnsupportedOperationExceptionDeprecated.as of 1.0, replaced withMathRuntimeExceptionclassMaxCountExceededExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalStateExceptionclassMultiDimensionMismatchExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalArgumentExceptionclassNoBracketingExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalArgumentExceptionclassNoDataExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalArgumentExceptionclassNonMonotonicSequenceExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalArgumentExceptionclassNotANumberExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalArgumentExceptionclassNotFiniteNumberExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalArgumentExceptionclassNotPositiveExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalArgumentExceptionclassNotStrictlyPositiveExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalArgumentExceptionclassNumberIsTooLargeExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalArgumentExceptionclassNumberIsTooSmallExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalArgumentExceptionclassOutOfRangeExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalArgumentExceptionclassTooManyEvaluationsExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalArgumentExceptionclassTooManyIterationsExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalArgumentExceptionclassZeroExceptionDeprecated.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 classInvalidRepresentationExceptionDeprecated.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 classCardanEulerSingularityExceptionDeprecated.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 classNotARotationMatrixExceptionDeprecated.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 classIllConditionedOperatorExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalArgumentExceptionclassMatrixDimensionMismatchExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalArgumentExceptionclassNonPositiveDefiniteMatrixExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalArgumentExceptionclassNonPositiveDefiniteOperatorExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalArgumentExceptionclassNonSelfAdjointOperatorExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalArgumentExceptionclassNonSquareMatrixExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalArgumentExceptionclassNonSquareOperatorExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalArgumentExceptionclassNonSymmetricMatrixExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalArgumentExceptionclassSingularMatrixExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalStateExceptionclassSingularOperatorExceptionDeprecated.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 classJacobianMatrices.MismatchedEquationsDeprecated.Special exception for equations mismatch.classUnknownParameterExceptionDeprecated.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 classNoFeasibleSolutionExceptionDeprecated.as of 1.0, this exception is replaced byMathIllegalStateExceptionclassUnboundedSolutionExceptionDeprecated.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 classModelSpecificationExceptionDeprecated.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 classVariationalEquation.MismatchedEquationsSpecial exception for equations mismatch.
-