1 package hero.util;2 3 public class NodeTerminatedException extends HeroException {4 public NodeTerminatedException(String why) { 5 super(why);6 }7 }8