|
|||||||||||
| 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.MoveAlreadyEliminatedException
A MoveAlreadyEliminatedException exception is thrown by a state grid if the given move has already been eliminated.
| Constructor Summary | |
MoveAlreadyEliminatedException(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 MoveAlreadyEliminatedException(int x,
int y,
int value)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||