EOS 2  1.1.0
Einfache Objektbasierte Sprache
Ev3NotFoundException.java
gehe zur Dokumentation dieser Datei
1 package de.lathanda.eos.ev3.exceptions;
2 
3 import java.io.IOException;
4 
5 public class Ev3NotFoundException extends IOException {
6 
7  public Ev3NotFoundException(String id) {
8  // TODO Auto-generated constructor stub
9  }
10 
12  // TODO Auto-generated constructor stub
13  }
14 
15  private static final long serialVersionUID = -491688747203565551L;
16 
17 }
Impressum