Package org.hipparchus.exception


package org.hipparchus.exception
Specialized exceptions for algorithms errors. The exceptions can be localized using simple java properties.
  • Class
    Description
    Dummy implementation of the Localizable interface, without localization.
    Interface for localizable strings.
    Enumeration for localized messages formats used in exceptions messages.
    This interface specified methods implemented by localized exception classes.
    Base class for all preconditions violation exceptions.
    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.
    All exceptions thrown by the Hipparchus code inherit from this class.
    All conditions checks that fail due to a null argument must throw this exception.
    Control class loading properties in UTF-8 encoding.