Package jdistlib.exception
Class PrecisionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jdistlib.exception.PrecisionException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPrecisionException(double v) PrecisionException(String s, double v) PrecisionException(String t1, Throwable t2, double v) PrecisionException(Throwable t, double v) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
value
protected double value
-
-
Constructor Details
-
PrecisionException
public PrecisionException(double v) -
PrecisionException
-
PrecisionException
-
PrecisionException
-
-
Method Details
-
getValue
public double getValue() -
setValue
public void setValue(double v)
-