|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
sbrt.kernel.fba.comp.FluxRangeException
public class FluxRangeException
This class is used to indicate that the range of a flux interval has exceeded a defined cutoff value.
Constructor Summary | |
---|---|
FluxRangeException(double rangeCutoff,
java.lang.Object offender)
Constructs a new flux range exception. |
|
FluxRangeException(double rangeCutoff,
java.lang.Object offender,
java.lang.String message)
Constructs a new flux range exception. |
Method Summary | |
---|---|
java.lang.Object |
getOffender()
Returns the object whose range has exceeded the defined cutoff. |
double |
getRangeCutoff()
Returns the defined range cutoff. |
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 FluxRangeException(double rangeCutoff, java.lang.Object offender, java.lang.String message)
rangeCutoff
- the defined range cutoff value.offender
- the object whose range has exceeded the defined cutoff.message
- a message useful for debugging.public FluxRangeException(double rangeCutoff, java.lang.Object offender)
rangeCutoff
- the defined range cutoff value.offender
- the object whose range has exceeded the defined cutoff.Method Detail |
---|
public double getRangeCutoff()
public java.lang.Object getOffender()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |