Uses of Interface
org.hipparchus.exception.Localizable
Package
Description
Specialized exceptions for algorithms errors.
Convenience routines and common data structures used throughout the Hipparchus library.
-
Uses of Localizable in org.hipparchus.exception
Modifier and TypeClassDescriptionclass
Dummy implementation of theLocalizable
interface, without localization.enum
Enumeration for localized messages formats used in exceptions messages.Modifier 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.ModifierConstructorDescriptionMathIllegalArgumentException
(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.util
Modifier and TypeMethodDescriptionstatic void
MathUtils.checkNotNull
(Object o, Localizable pattern, Object... args) Checks that an object is not null.