Package org.apfloat
Class HypergeometricHelper.RetryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apfloat.HypergeometricHelper.RetryException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- HypergeometricHelper
private static class HypergeometricHelper.RetryException extends java.lang.RuntimeException
-
-
Field Summary
Fields Modifier and Type Field Description private long
precisionLoss
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description RetryException(long precisionLoss)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getPrecisionLoss()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
precisionLoss
private long precisionLoss
-
-