chesspresso.position
Class IllegalPositionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--chesspresso.position.IllegalPositionException
All Implemented Interfaces:
java.io.Serializable

public class IllegalPositionException
extends java.lang.Exception

Exception to indicate an illegal position.

Version:
$Revision: 1.1 $
Author:
Bernhard Seybold
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
IllegalPositionException(java.lang.String msg)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalPositionException

public IllegalPositionException(java.lang.String msg)