EOS 2  1.1.0
Einfache Objektbasierte Sprache
KeinPlatzAusnahme.java
gehe zur Dokumentation dieser Datei
1 package eos.ausnahmen;
2 
3 import de.lathanda.eos.robot.exceptions.RobotException;
10 public class KeinPlatzAusnahme extends RoboterAusnahme {
11  private static final long serialVersionUID = 8507459871242174812L;
12  public KeinPlatzAusnahme(RobotException ausnahme) {
13  super(ausnahme);
14  }
15 }
KeinPlatzAusnahme(RobotException ausnahme)
Impressum