ConvergenceException(Localizable pattern,
Object... args) |
Construct the exception with a specific context and arguments.
|
DimensionMismatchException(Localizable specific,
int wrong,
int expected) |
Construct an exception from the mismatched dimensions.
|
InsufficientDataException(Localizable pattern,
Object... arguments) |
Construct the exception with a specific context.
|
MathArithmeticException(Localizable pattern,
Object... args) |
Constructor with a specific message.
|
MathIllegalArgumentException(Localizable pattern,
Object... args) |
|
MathIllegalNumberException(Localizable pattern,
Number wrong,
Object... arguments) |
Construct an exception.
|
MathIllegalStateException(Throwable cause,
Localizable pattern,
Object... args) |
Simple constructor.
|
MathIllegalStateException(Localizable pattern,
Object... args) |
Simple constructor.
|
MathInternalError(Localizable pattern,
Object... args) |
Constructor accepting a localized message.
|
MathRuntimeException(Throwable cause,
Localizable pattern,
Object... args) |
|
MathRuntimeException(Localizable pattern,
Object... args) |
|
MathUnsupportedOperationException(Localizable pattern,
Object... args) |
|
MaxCountExceededException(Localizable specific,
Number max,
Object... args) |
Construct the exception with a specific context.
|
MultiDimensionMismatchException(Localizable specific,
Integer[] wrong,
Integer[] expected) |
Construct an exception from the mismatched dimensions.
|
NoBracketingException(Localizable specific,
double lo,
double hi,
double fLo,
double fHi,
Object... args) |
Construct the exception with a specific context.
|
NoDataException(Localizable specific) |
Construct the exception with a specific context.
|
NotFiniteNumberException(Localizable specific,
Number wrong,
Object... args) |
Construct the exception with a specific context.
|
NotPositiveException(Localizable specific,
Number value) |
Construct the exception with a specific context.
|
NotStrictlyPositiveException(Localizable specific,
Number value) |
Construct the exception with a specific context.
|
NullArgumentException(Localizable pattern,
Object... arguments) |
|
NumberIsTooLargeException(Localizable specific,
Number wrong,
Number max,
boolean boundIsAllowed) |
Construct the exception with a specific context.
|
NumberIsTooSmallException(Localizable specific,
Number wrong,
Number min,
boolean boundIsAllowed) |
Construct the exception with a specific context.
|
OutOfRangeException(Localizable specific,
Number wrong,
Number lo,
Number hi) |
Construct an exception from the mismatched dimensions with a
specific context information.
|
ZeroException(Localizable specific,
Object... arguments) |
Construct the exception with a specific context.
|