|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
edu.columbia.cs.coms4701.search.SearchFailureException
edu.columbia.cs.coms4701.search.informed.RecursiveBestFirstSearchFailureException
public class RecursiveBestFirstSearchFailureException
A failure of a recursive best-first search due to a path exceeding the beset alternative f-cost available elsewhere.
Constructor Summary | |
---|---|
RecursiveBestFirstSearchFailureException(double fcost)
Constructs a new RecursiveBestFirstSearchFailureException with the given new f-cost. |
Method Summary |
---|
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 RecursiveBestFirstSearchFailureException(double fcost)
fcost
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |