Package | Description |
---|---|
org.hipparchus.exception |
Specialized exceptions for algorithms errors.
|
org.hipparchus.util |
Convenience routines and common data structures used throughout the Hipparchus library.
|
Modifier and Type | Class and Description |
---|---|
class |
DummyLocalizable
Dummy implementation of the
Localizable interface, without localization. |
class |
LocalizedCoreFormats
Enumeration for localized messages formats used in exceptions messages.
|
Modifier and Type | Method and Description |
---|---|
Localizable |
MathRuntimeException.getSpecifier()
Get the localizable specifier of the error message.
|
Localizable |
LocalizedException.getSpecifier()
Get the localizable specifier of the error message.
|
Localizable |
NullArgumentException.getSpecifier()
Get the localizable specifier of the error message.
|
Constructor and Description |
---|
MathIllegalArgumentException(Localizable pattern,
Object... args) |
MathIllegalArgumentException(Throwable cause,
Localizable specifier,
Object... parts)
Simple constructor.
|
MathIllegalStateException(Localizable pattern,
Object... args)
Simple constructor.
|
MathIllegalStateException(Throwable cause,
Localizable pattern,
Object... args)
Simple constructor.
|
MathRuntimeException(Localizable specifier,
Object... parts)
Simple constructor.
|
MathRuntimeException(Throwable cause,
Localizable specifier,
Object... parts)
Simple constructor.
|
NullArgumentException(Localizable specifier,
Object... parts)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
static void |
MathUtils.checkNotNull(Object o,
Localizable pattern,
Object... args)
Checks that an object is not null.
|
Copyright © 2016-2022 CS GROUP. All rights reserved.