org.moyoman.util
Class OccupiedPointException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.moyoman.util.IllegalMoveException
                    |
                    +--org.moyoman.util.OccupiedPointException
All Implemented Interfaces:
Serializable

public class OccupiedPointException
extends IllegalMoveException

This Exception is thrown if a player attempts to place a stone on an occupied point.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.moyoman.util.IllegalMoveException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
OccupiedPointException(Stone st)
          Create the object.
 
Methods inherited from class org.moyoman.util.IllegalMoveException
getStone
 
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

OccupiedPointException

public OccupiedPointException(Stone st)
Create the object.