|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.act365.sudoku.MoveException
com.act365.sudoku.MoveCantBeEliminatedException
A MoveCantBeEliminatedException exception is thrown by a state grid if the given move cannot be eliminated.
| Constructor Summary | |
MoveCantBeEliminatedException(int x,
int y,
int value)
Creates a new exception for the move (x,y):=v. |
|
| Methods inherited from class com.act365.sudoku.MoveException |
getValue, getX, getY |
| 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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public MoveCantBeEliminatedException(int x,
int y,
int value)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||