|
||||||||||
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.FluxCapException
public class FluxCapException
This class is used to indicate that a flux cap is invalid. A flux cap is invalid if it does not cap the flux of the intended reaction.
Constructor Summary | |
---|---|
FluxCapException(MathExpr<java.lang.String> fluxCap,
java.lang.String reactionName)
Constructs a new flux cap exception. |
|
FluxCapException(MathExpr<java.lang.String> fluxCap,
java.lang.String reactionName,
java.lang.Throwable cause)
Constructs a new flux cap exception. |
Method Summary | |
---|---|
MathExpr<java.lang.String> |
getFluxCap()
Returns the invalid flux cap. |
java.lang.String |
getReactioName()
Returns the name of the reaction whose flux was intended to be capped. |
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 FluxCapException(MathExpr<java.lang.String> fluxCap, java.lang.String reactionName, java.lang.Throwable cause)
fluxCap
- the invalid flux cap.reactionName
- the name of the reaction whose flux was intended to
be capped.cause
- the cause.public FluxCapException(MathExpr<java.lang.String> fluxCap, java.lang.String reactionName)
fluxCap
- the invalid flux cap.reactionName
- the name of the reaction whose flux was intended to
be capped.Method Detail |
---|
public MathExpr<java.lang.String> getFluxCap()
public java.lang.String getReactioName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |