Uses of Interface
org.hipparchus.exception.Localizable
Packages that use Localizable
Package
Description
Clustering algorithms.
Specialized exceptions for algorithms errors.
Filtering algorithms, including Kalman filtering).
This package is the top level package for geometry.
This package provides classes to solve Ordinary Differential Equations problems.
Generally, optimizers are algorithms that will either
minimize
or
maximize
a scalar function, called the
objective
function
.Data storage, manipulation and summary routines.
Implementations of transform methods, including Fast Fourier transforms.
Convenience routines and common data structures used throughout the Hipparchus library.
-
Uses of Localizable in org.hipparchus.clustering
Classes in org.hipparchus.clustering that implement LocalizableModifier and TypeClassDescriptionenum
Enumeration for localized messages formats used in exceptions messages. -
Uses of Localizable in org.hipparchus.exception
Classes in org.hipparchus.exception that implement LocalizableModifier and TypeClassDescriptionclass
Dummy implementation of theLocalizable
interface, without localization.enum
Enumeration for localized messages formats used in exceptions messages.Methods in org.hipparchus.exception that return LocalizableModifier and TypeMethodDescriptionLocalizedException.getSpecifier()
Get the localizable specifier of the error message.MathRuntimeException.getSpecifier()
Get the localizable specifier of the error message.NullArgumentException.getSpecifier()
Get the localizable specifier of the error message.Constructors in org.hipparchus.exception with parameters of type LocalizableModifierConstructorDescriptionMathIllegalArgumentException
(Throwable cause, Localizable specifier, Object... parts) Simple constructor.MathIllegalArgumentException
(Localizable pattern, Object... args) Simple constructor.MathIllegalStateException
(Throwable cause, Localizable pattern, Object... args) Simple constructor.MathIllegalStateException
(Localizable pattern, Object... args) Simple constructor.MathRuntimeException
(Throwable cause, Localizable specifier, Object... parts) Simple constructor.MathRuntimeException
(Localizable specifier, Object... parts) Simple constructor.NullArgumentException
(Localizable specifier, Object... parts) Simple constructor. -
Uses of Localizable in org.hipparchus.filtering
Classes in org.hipparchus.filtering that implement LocalizableModifier and TypeClassDescriptionenum
Enumeration for localized messages formats used in exceptions messages. -
Uses of Localizable in org.hipparchus.geometry
Classes in org.hipparchus.geometry that implement LocalizableModifier and TypeClassDescriptionenum
Enumeration for localized messages formats used in exceptions messages. -
Uses of Localizable in org.hipparchus.ode
Classes in org.hipparchus.ode that implement LocalizableModifier and TypeClassDescriptionenum
Enumeration for localized messages formats used in exceptions messages. -
Uses of Localizable in org.hipparchus.optim
Classes in org.hipparchus.optim that implement LocalizableModifier and TypeClassDescriptionenum
Enumeration for localized messages formats used in exceptions messages. -
Uses of Localizable in org.hipparchus.stat
Classes in org.hipparchus.stat that implement LocalizableModifier and TypeClassDescriptionenum
Enumeration for localized messages formats used in exceptions messages. -
Uses of Localizable in org.hipparchus.transform
Classes in org.hipparchus.transform that implement LocalizableModifier and TypeClassDescriptionenum
Enumeration for localized messages formats used in exceptions messages. -
Uses of Localizable in org.hipparchus.util
Methods in org.hipparchus.util with parameters of type LocalizableModifier and TypeMethodDescriptionstatic void
MathUtils.checkNotNull
(Object o, Localizable pattern, Object... args) Checks that an object is not null.