Uses of Interface
org.hipparchus.exception.LocalizedException
Packages that use LocalizedException
Package
Description
Specialized exceptions for algorithms errors.
This package provides basic 1D geometry components.
This package provides basic geometry components on the 1-sphere.
This package provides classes to solve Ordinary Differential Equations problems.
-
Uses of LocalizedException in org.hipparchus.exception
Classes in org.hipparchus.exception that implement LocalizedExceptionModifier and TypeClassDescriptionclass
Base class for all preconditions violation exceptions.class
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
All exceptions thrown by the Hipparchus code inherit from this class.class
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 LocalizedExceptionModifier and TypeClassDescriptionstatic class
Specialized exception for inexistent sub-space. -
Uses of LocalizedException in org.hipparchus.geometry.spherical.oned
Classes in org.hipparchus.geometry.spherical.oned that implement LocalizedExceptionModifier and TypeClassDescriptionstatic class
Specialized exception for inconsistent BSP tree state inconsistency.static class
Specialized exception for inexistent sub-space. -
Uses of LocalizedException in org.hipparchus.ode
Classes in org.hipparchus.ode that implement LocalizedExceptionModifier and TypeClassDescriptionstatic class
Special exception for equations mismatch.