com.act365.sudoku
Class MoveCantBeEliminatedException

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

public class MoveCantBeEliminatedException
extends MoveException

A MoveCantBeEliminatedException exception is thrown by a state grid if the given move cannot be eliminated.

See Also:
Serialized Form

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

MoveCantBeEliminatedException

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