Interface | Description |
---|---|
Localizable |
Interface for localizable strings.
|
LocalizedException |
This interface specified methods implemented by localized exception classes.
|
Class | Description |
---|---|
DummyLocalizable |
Dummy implementation of the
Localizable interface, without localization. |
UTF8Control |
Control class loading properties in UTF-8 encoding.
|
Enum | Description |
---|---|
LocalizedCoreFormats |
Enumeration for localized messages formats used in exceptions messages.
|
Exception | Description |
---|---|
MathIllegalArgumentException |
Base class for all preconditions violation exceptions.
|
MathIllegalStateException |
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.
|
MathRuntimeException |
All exceptions thrown by the Hipparchus code inherit from this class.
|
NullArgumentException |
All conditions checks that fail due to a
null argument must throw
this exception. |
Copyright © 2016-2021 CS GROUP. All rights reserved.