Package search
Class SearchFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
search.SearchFailureException
- All Implemented Interfaces:
Serializable
public class SearchFailureException extends Exception
Thrown from search algorithms when they find no solution.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SearchFailureException()
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SearchFailureException
public SearchFailureException()
-