Package org.hipparchus.exception
Specialized exceptions for algorithms errors. The exceptions can be localized
using simple java properties.
-
Interface Summary Interface Description Localizable Interface for localizable strings.LocalizedException This interface specified methods implemented by localized exception classes. -
Class Summary Class Description DummyLocalizable Dummy implementation of theLocalizable
interface, without localization.UTF8Control Control class loading properties in UTF-8 encoding. -
Enum Summary Enum Description LocalizedCoreFormats Enumeration for localized messages formats used in exceptions messages. -
Exception Summary 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 anull
argument must throw this exception.