edu.columbia.cs.coms4701.search.uninformed
Class DepthCutoffSearchFailureException

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.uninformed.DepthCutoffSearchFailureException
All Implemented Interfaces:
java.io.Serializable

public class DepthCutoffSearchFailureException
extends SearchFailureException

A search failure resulting from a depth cutoff in a depth limited search.

Version:
0.1

User: aaron Date: Sep 11, 2006 Time: 9:43:07 PM

Author:
aaron@cs
See Also:
Serialized Form

Constructor Summary
DepthCutoffSearchFailureException()
           
 
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

DepthCutoffSearchFailureException

public DepthCutoffSearchFailureException()