class |
DimensionMismatchException |
Exception to be thrown when two dimensions differ.
|
class |
InsufficientDataException |
Exception to be thrown when there is insufficient data to perform a computation.
|
class |
MathIllegalNumberException |
Base class for exceptions raised by a wrong number.
|
class |
MultiDimensionMismatchException |
Exception to be thrown when two sets of dimensions differ.
|
class |
NoBracketingException |
Exception to be thrown when function values have the same sign at both
ends of an interval.
|
class |
NoDataException |
Exception to be thrown when the required data is missing.
|
class |
NonMonotonicSequenceException |
Exception to be thrown when the a sequence of values is not monotonically
increasing or decreasing.
|
class |
NotANumberException |
Exception to be thrown when a number is not a number.
|
class |
NotFiniteNumberException |
Exception to be thrown when a number is not finite.
|
class |
NotPositiveException |
Exception to be thrown when the argument is negative.
|
class |
NotStrictlyPositiveException |
Exception to be thrown when the argument is not greater than 0.
|
class |
NumberIsTooLargeException |
Exception to be thrown when a number is too large.
|
class |
NumberIsTooSmallException |
Exception to be thrown when a number is too small.
|
class |
OutOfRangeException |
Exception to be thrown when some argument is out of range.
|
class |
ZeroException |
Exception to be thrown when zero is provided where it is not allowed.
|