Internet Chess ToolKit
v0.2.0

ictk.boardgame
Class BoardGameException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byictk.boardgame.BoardGameException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MoveException

public class BoardGameException
extends java.lang.Exception

this is the ultimate parent of all exceptions in the ICTK boardgame heirarchy of exceptions.

See Also:
Serialized Form

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

BoardGameException

public BoardGameException()

BoardGameException

public BoardGameException(java.lang.String s)

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