EOS 2  1.1.0
Einfache Objektbasierte Sprache
WorldNotFoundException.java
gehe zur Dokumentation dieser Datei
1 package de.lathanda.eos.robot.exceptions;
9 public class WorldNotFoundException extends RobotException {
10  private static final long serialVersionUID = 6063309540599083912L;
12  super("world.not.found");
13  }
14 }
Impressum