Serialized Form
-
Package org.apache.commons.math4.legacy.exception
-
Class org.apache.commons.math4.legacy.exception.ConvergenceException extends MathIllegalStateException implements Serializable
- serialVersionUID:
- 4330003017885151975L
-
Class org.apache.commons.math4.legacy.exception.DimensionMismatchException extends MathIllegalNumberException implements Serializable
- serialVersionUID:
- -8415396756375798143L
-
Serialized Fields
-
dimension
int dimension
Correct dimension.
-
-
Class org.apache.commons.math4.legacy.exception.InsufficientDataException extends MathIllegalArgumentException implements Serializable
- serialVersionUID:
- -2629324471511903359L
-
Class org.apache.commons.math4.legacy.exception.MathArithmeticException extends MathRuntimeException implements Serializable
- serialVersionUID:
- -6024911025449780478L
-
Class org.apache.commons.math4.legacy.exception.MathIllegalArgumentException extends MathRuntimeException implements Serializable
- serialVersionUID:
- -6024911025449780478L
-
Class org.apache.commons.math4.legacy.exception.MathIllegalNumberException extends MathIllegalArgumentException implements Serializable
- serialVersionUID:
- -7447085893598031110L
-
Serialized Fields
-
argument
Number argument
Requested.
-
-
Class org.apache.commons.math4.legacy.exception.MathIllegalStateException extends MathRuntimeException implements Serializable
- serialVersionUID:
- -6024911025449780478L
-
Class org.apache.commons.math4.legacy.exception.MathInternalError extends MathIllegalStateException implements Serializable
- serialVersionUID:
- -6276776513966934846L
-
Class org.apache.commons.math4.legacy.exception.MathParseException extends MathIllegalStateException implements Serializable
- serialVersionUID:
- -6024911025449780478L
-
Class org.apache.commons.math4.legacy.exception.MathRuntimeException extends RuntimeException implements Serializable
- serialVersionUID:
- 20120926L
-
Serialized Fields
-
context
ExceptionContext context
Context.
-
-
Class org.apache.commons.math4.legacy.exception.MathUnsupportedOperationException extends MathRuntimeException implements Serializable
- serialVersionUID:
- -6024911025449780478L
-
Class org.apache.commons.math4.legacy.exception.MaxCountExceededException extends MathIllegalStateException implements Serializable
- serialVersionUID:
- 4330003017885151975L
-
Serialized Fields
-
max
Number max
Maximum number of evaluations.
-
-
Class org.apache.commons.math4.legacy.exception.MultiDimensionMismatchException extends MathIllegalArgumentException implements Serializable
- serialVersionUID:
- -8415396756375798143L
-
Class org.apache.commons.math4.legacy.exception.NoBracketingException extends MathIllegalArgumentException implements Serializable
- serialVersionUID:
- -3629324471511904459L
-
Serialized Fields
-
fHi
double fHi
Value at higher end of the interval. -
fLo
double fLo
Value at lower end of the interval. -
hi
double hi
Higher end of the interval. -
lo
double lo
Lower end of the interval.
-
-
Class org.apache.commons.math4.legacy.exception.NoDataException extends MathIllegalArgumentException implements Serializable
- serialVersionUID:
- -3629324471511904459L
-
Class org.apache.commons.math4.legacy.exception.NonMonotonicSequenceException extends MathIllegalNumberException implements Serializable
- serialVersionUID:
- 20210531L
-
Serialized Fields
-
increasing
boolean increasing
Whether the sequence should be increasing. -
index
int index
Index of the wrong value. -
previous
Number previous
Previous value. -
strict
boolean strict
Whether the sequence must be strictly increasing or decreasing.
-
-
Class org.apache.commons.math4.legacy.exception.NotANumberException extends MathIllegalNumberException implements Serializable
- serialVersionUID:
- 20120906L
-
Class org.apache.commons.math4.legacy.exception.NotFiniteNumberException extends MathIllegalNumberException implements Serializable
- serialVersionUID:
- -6100997100383932834L
-
Class org.apache.commons.math4.legacy.exception.NotPositiveException extends NumberIsTooSmallException implements Serializable
- serialVersionUID:
- -2250556892093726375L
-
Class org.apache.commons.math4.legacy.exception.NotStrictlyPositiveException extends NumberIsTooSmallException implements Serializable
- serialVersionUID:
- -7824848630829852237L
-
Class org.apache.commons.math4.legacy.exception.NullArgumentException extends NullPointerException implements Serializable
- serialVersionUID:
- 20150225L
-
Serialized Fields
-
context
ExceptionContext context
Context.
-
-
Class org.apache.commons.math4.legacy.exception.NumberIsTooLargeException extends MathIllegalNumberException implements Serializable
- serialVersionUID:
- 4330003017885151975L
-
Serialized Fields
-
boundIsAllowed
boolean boundIsAllowed
Whether the maximum is included in the allowed range. -
max
Number max
Higher bound.
-
-
Class org.apache.commons.math4.legacy.exception.NumberIsTooSmallException extends MathIllegalNumberException implements Serializable
- serialVersionUID:
- -6100997100383932834L
-
Serialized Fields
-
boundIsAllowed
boolean boundIsAllowed
Whether the maximum is included in the allowed range. -
min
Number min
Higher bound.
-
-
Class org.apache.commons.math4.legacy.exception.OutOfRangeException extends MathIllegalNumberException implements Serializable
- serialVersionUID:
- 111601815794403609L
-
Class org.apache.commons.math4.legacy.exception.TooManyEvaluationsException extends MaxCountExceededException implements Serializable
- serialVersionUID:
- 4330003017885151975L
-
Class org.apache.commons.math4.legacy.exception.TooManyIterationsException extends MaxCountExceededException implements Serializable
- serialVersionUID:
- 20121211L
-
Class org.apache.commons.math4.legacy.exception.ZeroException extends MathIllegalNumberException implements Serializable
- serialVersionUID:
- -1960874856936000015L
-
-
Package org.apache.commons.math4.legacy.exception.util
-
Class org.apache.commons.math4.legacy.exception.util.DummyLocalizable extends Object implements Serializable
- serialVersionUID:
- 8843275624471387299L
-
Serialized Fields
-
source
String source
Source string.
-
-
Class org.apache.commons.math4.legacy.exception.util.ExceptionContext extends Object implements Serializable
- serialVersionUID:
- -6024911025449780478L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Deserialize this object from the given stream.- Throws:
IOException
- This should never happen.ClassNotFoundException
- This should never happen.
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Serialize this object to the given stream.- Throws:
IOException
- This should never happen.
-
-
Serialized Fields
-
context
Map<String,Object> context
Arbitrary context information. -
msgArguments
List<Object[]> msgArguments
Various informations that enrich the informative message. The arguments will replace the corresponding place-holders inExceptionContext.msgPatterns
. -
msgPatterns
List<Localizable> msgPatterns
Various informations that enrich the informative message. -
throwable
Throwable throwable
The throwable to which this context refers to.
-
-