|
||||||||||
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.InvalidFluxVectorException
public class InvalidFluxVectorException
This class is used to indicate that a flux vector is invalid.
Constructor Summary | |
---|---|
InvalidFluxVectorException(java.util.Map<java.lang.String,java.lang.Double> fluxVector,
double tolerance)
Constructs a new exception for the provided flux vector. |
|
InvalidFluxVectorException(java.util.Map<java.lang.String,java.lang.Double> fluxVector,
double tolerance,
java.lang.String message)
Constructs a new exception for the provided flux vector. |
|
InvalidFluxVectorException(java.util.Map<java.lang.String,java.lang.Double> fluxVector,
double tolerance,
java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception for the provided flux vector. |
|
InvalidFluxVectorException(java.util.Map<java.lang.String,java.lang.Double> fluxVector,
double tolerance,
java.lang.Throwable cause)
Constructs a new exception for the provided flux vector. |
Method Summary | |
---|---|
UnmodifiableMap<java.lang.String,java.lang.Double> |
getFluxVector()
Returns the invalid flux vector; |
double |
getTolerance()
Returns the numerical tolerance used to check the validity of the flux vector. |
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 InvalidFluxVectorException(java.util.Map<java.lang.String,java.lang.Double> fluxVector, double tolerance)
fluxVector
- the invalid flux vector.tolerance
- the numerical tolerance used to check the
validity of the flux vector.public InvalidFluxVectorException(java.util.Map<java.lang.String,java.lang.Double> fluxVector, double tolerance, java.lang.String message)
fluxVector
- the invalid flux vector.tolerance
- the numerical tolerance used to check the
validity of the flux vector.message
- a message useful for debugging.public InvalidFluxVectorException(java.util.Map<java.lang.String,java.lang.Double> fluxVector, double tolerance, java.lang.Throwable cause)
fluxVector
- the invalid flux vector.tolerance
- the numerical tolerance used to check the
validity of the flux vector.cause
- the exception used to initially indicate that the flux
vector is invalid.public InvalidFluxVectorException(java.util.Map<java.lang.String,java.lang.Double> fluxVector, double tolerance, java.lang.String message, java.lang.Throwable cause)
fluxVector
- the invalid flux vector.tolerance
- the numerical tolerance used to check the
validity of the flux vector.message
- a message useful for debugging.cause
- the exception used to initially indicate that the flux
vector is invalid.Method Detail |
---|
public UnmodifiableMap<java.lang.String,java.lang.Double> getFluxVector()
public double getTolerance()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |