public class BigResult
extends java.lang.Exception
BigDecimal
in the Conversion
prevents the overflow from happening prematurely, but once the value is to
be returned to the client, the ome.model (or dependent objects) will be
forced to transform the BigDecimal
to a Double
. If that
Double
is either Double.POSITIVE_INFINITY
or
Double.NEGATIVE_INFINITY
, then this exception will be thrown. The
internal BigDecimal
will be returned in the result
field
for consumption by the client.Modifier and Type | Field and Description |
---|---|
java.math.BigDecimal |
result |
Constructor and Description |
---|
BigResult(java.math.BigDecimal result,
java.lang.String message) |
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.