|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
omeis.providers.re.quantum.QuantizationException
public class QuantizationException
This exception is thrown during the quantization process if something goes
wrong. For example, quantization strategies that depend on an interval
[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 Summary | |
---|---|
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. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
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.public QuantizationException(String message, Throwable cause)
message
- Short explanation of the problem.cause
- The exception that caused this one to be risen.Method Detail |
---|
public void setWavelength(int index)
index
- The index of the wavelength.public int getWavelength()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Version: Beta-4.2.0-r7571-b29
Copyright © 2009 The University of Dundee. All Rights Reserved.