Class PrecisionException

All Implemented Interfaces:
Serializable

public class PrecisionException extends RuntimeException
See Also:
  • Field Details

    • value

      protected double value
  • Constructor Details

    • PrecisionException

      public PrecisionException(double v)
    • PrecisionException

      public PrecisionException(String s, double v)
    • PrecisionException

      public PrecisionException(Throwable t, double v)
    • PrecisionException

      public PrecisionException(String t1, Throwable t2, double v)
  • Method Details

    • getValue

      public double getValue()
    • setValue

      public void setValue(double v)