/** * @author yanababs * * TODO To change the template for this generated type comment go to * Window - Preferences - Java - Code Style - Code Templates */ public class DeadWarriorException extends Exception { public DeadWarriorException() { super("Tu es mort"); } }