edu.rice.comp440.driver
Class NewGameException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--edu.rice.comp440.BackgammonException
                          |
                          +--edu.rice.comp440.driver.NewGameException

public class NewGameException
extends BackgammonException

See Also:
Serialized Form

Constructor Summary
protected NewGameException()
           
 
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

NewGameException

protected NewGameException()