public class QuantizationException
extends java.lang.Exception
[min,
max]
where min
(max
) is,
in general, the minimum (maximum) of all minima (maxima) calculated in a
given stack (for a given wavelength and timepoint).Constructor and Description |
---|
QuantizationException()
Creates a new exception.
|
QuantizationException(java.lang.String message)
Constructs a new exception with the specified detail message.
|
QuantizationException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
QuantizationException(java.lang.Throwable cause)
Constructs a new exception with the specified cause.
|
Modifier and Type | Method and Description |
---|---|
int |
getWavelength()
Returns the index of the wavelength that couldn't be rendered.
|
void |
setWavelength(int index)
Sets the index of the wavelength that couldn't be rendered.
|
public QuantizationException()
public QuantizationException(java.lang.String message)
message
- Short explanation of the problem.public QuantizationException(java.lang.Throwable cause)
cause
- The exception that caused this one to be risen.public QuantizationException(java.lang.String message, java.lang.Throwable cause)
message
- Short explanation of the problem.cause
- The exception that caused this one to be risen.
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.