edu.columbia.cs.coms4701.search.informed
Class RecursiveBestFirstSearchFailureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.columbia.cs.coms4701.search.SearchFailureException
              extended by edu.columbia.cs.coms4701.search.informed.RecursiveBestFirstSearchFailureException
All Implemented Interfaces:
java.io.Serializable

public class RecursiveBestFirstSearchFailureException
extends SearchFailureException

A failure of a recursive best-first search due to a path exceeding the beset alternative f-cost available elsewhere.

Version:
0.1

User: aaron Date: Sep 11, 2006 Time: 10:53:36 PM

Author:
aaron@cs
See Also:
"Russell & Norvig p102", Serialized Form

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

RecursiveBestFirstSearchFailureException

public RecursiveBestFirstSearchFailureException(double fcost)
Constructs a new RecursiveBestFirstSearchFailureException with the given new f-cost.

Parameters:
fcost -