com.act365.sudoku
Class MoveAlreadyEliminatedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.act365.sudoku.MoveException
              extended bycom.act365.sudoku.MoveAlreadyEliminatedException
All Implemented Interfaces:
java.io.Serializable

public class MoveAlreadyEliminatedException
extends MoveException

A MoveAlreadyEliminatedException exception is thrown by a state grid if the given move has already been eliminated.

See Also:
Serialized Form

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

MoveAlreadyEliminatedException

public MoveAlreadyEliminatedException(int x,
                                      int y,
                                      int value)
Creates a new exception for the move (x,y):=v.