public class BigResult extends 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 | 
|---|---|
| BigDecimal | result | 
| Constructor and Description | 
|---|
| BigResult(BigDecimal result,
         String message) | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic final BigDecimal result
public BigResult(BigDecimal result, String message)
                
                
Version: 5.2.5-ice35-b28
Copyright © 2016 The University of Dundee & Open Microscopy Environment. All Rights Reserved.