Package | Description |
---|---|
org.hipparchus.exception |
Specialized exceptions for algorithms errors.
|
Modifier and Type | Class and Description |
---|---|
class |
MathIllegalArgumentException
Base class for all preconditions violation exceptions.
|
class |
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.
|
class |
MathRuntimeException
All exceptions thrown by the Hipparchus code inherit from this class.
|
class |
NullArgumentException
All conditions checks that fail due to a
null argument must throw
this exception. |
Copyright © 2016-2022 CS GROUP. All rights reserved.