reversi
Class OutOfBoundsException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--reversi.OutOfBoundsException
All Implemented Interfaces:
java.io.Serializable

public class OutOfBoundsException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
OutOfBoundsException(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OutOfBoundsException

public OutOfBoundsException(java.lang.String msg)