com.act365.sudoku
Class MoveException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.act365.sudoku.MoveException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MoveAlreadyEliminatedException, MoveCantBeEliminatedException

public abstract class MoveException
extends java.lang.Exception

MoveException is the base class for all exceptions associated with the move (x,y):=value.

See Also:
Serialized Form

Method Summary
 int getValue()
           
 int getX()
           
 int 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
 

Method Detail

getX

public int getX()

getY

public int getY()

getValue

public int getValue()