public class QuantizationException extends 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(String message)
Constructs a new exception with the specified detail message.
|
QuantizationException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
QuantizationException(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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public QuantizationException()
public QuantizationException(String message)
message
- Short explanation of the problem.public QuantizationException(Throwable cause)
cause
- The exception that caused this one to be risen.
Version: 5.3.3-ice35-b63
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.