Uses of Interface
org.hipparchus.exception.Localizable
-
Packages that use Localizable Package Description org.hipparchus.exception Specialized exceptions for algorithms errors.org.hipparchus.util Convenience routines and common data structures used throughout the Hipparchus library. -
-
Uses of Localizable in org.hipparchus.exception
Classes in org.hipparchus.exception that implement Localizable Modifier and Type Class Description class
DummyLocalizable
Dummy implementation of theLocalizable
interface, without localization.class
LocalizedCoreFormats
Enumeration for localized messages formats used in exceptions messages.Methods in org.hipparchus.exception that return Localizable Modifier and Type Method Description Localizable
LocalizedException. getSpecifier()
Get the localizable specifier of the error message.Localizable
MathRuntimeException. getSpecifier()
Get the localizable specifier of the error message.Localizable
NullArgumentException. getSpecifier()
Get the localizable specifier of the error message.Constructors in org.hipparchus.exception with parameters of type Localizable Constructor Description MathIllegalArgumentException(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
Methods in org.hipparchus.util with parameters of type Localizable Modifier and Type Method Description static void
MathUtils. checkNotNull(Object o, Localizable pattern, Object... args)
Checks that an object is not null.
-