|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.coinor.opents.NoMovesGeneratedException
This exception is thrown when MoveManager.getAllMoves(org.coinor.opents.Solution)
(in the MoveManagerreturns no moves.
Execution does not stop. The TabuSearch moves
on to the next iteration and again requests
MoveManager.getAllMoves(org.coinor.opents.Solution) from the MoveManager.
This code is licensed for public use under the Common Public License version 0.5.
The Common Public License, developed by IBM and modeled after their industry-friendly IBM Public License,
differs from other common open source licenses in several important ways:
Copyright © 2001 Robert Harder
MoveManager,
TabuSearch,
Serialized Form| Constructor Summary | |
NoMovesGeneratedException()
Constructs generic NoMovesGeneratedException. |
|
NoMovesGeneratedException(java.lang.String s)
Constructs a NoMovesGeneratedException with the specified String. |
|
| 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 NoMovesGeneratedException()
super() and quits.
public NoMovesGeneratedException(java.lang.String s)
String. This constructor calls
super( s ) and quits.
s - String describing the exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||