tutorial.hangman
Class GameException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--tutorial.hangman.GameException
All Implemented Interfaces:
java.io.Serializable

public class GameException
extends java.lang.Exception

Exception thrown if a guess is in error.

Version:
$Id: GameException.java,v 1.3 2001/05/02 18:07:07 hship Exp $
Author:
Howard Ship
See Also:
Serialized Form

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

GameException

public GameException(java.lang.String message)