zork2Class
Class PlayerIsDeadException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--zork2Class.PlayerIsDeadException
All Implemented Interfaces:
java.io.Serializable

public class PlayerIsDeadException
extends java.lang.Exception

the class PlayerIsDead creation :9 juin 2003 at 22:14:12

Version:
1.0
Author:
Michel de VERDELHAN
See Also:
Serialized Form

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

PlayerIsDeadException

public PlayerIsDeadException()