Internet Chess ToolKit
v0.2.0

ictk.boardgame
Class UnverifiedMoveException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byictk.boardgame.UnverifiedMoveException
All Implemented Interfaces:
java.io.Serializable

public class UnverifiedMoveException
extends java.lang.RuntimeException

this is thrown when you're trying to use a method in the Move object that relies on it's data having been verified over the board to be accurate. One such case is using SAN notation for Chess moves for an illegal move.

See Also:
Serialized Form

Constructor Summary
UnverifiedMoveException()
           
UnverifiedMoveException(java.lang.String mesg)
           
 
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

UnverifiedMoveException

public UnverifiedMoveException()

UnverifiedMoveException

public UnverifiedMoveException(java.lang.String mesg)

Submit a bug or feature
Visit the Website
Internet Chess ToolKit is licensed under the GPL v2 .