|
||||||||||
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.math.InfeasibleSolutionException
public class InfeasibleSolutionException
This class is used to indicate that no feasible solution exists.
Constructor Summary | |
---|---|
InfeasibleSolutionException(java.lang.Object direction)
Constructs a new infeasible solution exception. |
|
InfeasibleSolutionException(java.lang.Object direction,
java.lang.String message)
Constructs a new infeasible solution exception. |
|
InfeasibleSolutionException(java.lang.Object direction,
java.lang.String message,
java.lang.Throwable cause)
Constructs a new infeasible solution exception. |
|
InfeasibleSolutionException(java.lang.Object direction,
java.lang.Throwable cause)
Constructs a new infeasible solution exception. |
Method Summary | |
---|---|
java.lang.Object |
getDirection()
Returns the variable, or direction in hyperspace, in which infeasibility was first detected. |
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 InfeasibleSolutionException(java.lang.Object direction)
direction
- the variable, or direction in hyperspace, in which
infeasibility was first detected.public InfeasibleSolutionException(java.lang.Object direction, java.lang.String message)
direction
- the variable, or direction in hyperspace, in which
infeasibility was first detected.message
- an error message useful for debugging.public InfeasibleSolutionException(java.lang.Object direction, java.lang.Throwable cause)
direction
- the variable, or direction in hyperspace, in which
infeasibility was first detected.cause
- the exception thrown to indicate an infeasible solution.public InfeasibleSolutionException(java.lang.Object direction, java.lang.String message, java.lang.Throwable cause)
direction
- the variable, or direction in hyperspace, in which
infeasibility was first detected.message
- an error message useful for debugging.cause
- the exception thrown to indicate an infeasible solution.Method Detail |
---|
public java.lang.Object getDirection()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |