EOS 2
1.1.0
Einfache Objektbasierte Sprache
EosLegoEv3Lib
src
de
lathanda
eos
ev3
exceptions
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
11
public
Ev3NotFoundException
() {
12
// TODO Auto-generated constructor stub
13
}
14
15
private
static
final
long
serialVersionUID = -491688747203565551L;
16
17
}
de.lathanda.eos.ev3.exceptions.Ev3NotFoundException
Definition:
Ev3NotFoundException.java:5
de.lathanda.eos.ev3.exceptions.Ev3NotFoundException.Ev3NotFoundException
Ev3NotFoundException()
Definition:
Ev3NotFoundException.java:11
de.lathanda.eos.ev3.exceptions.Ev3NotFoundException.Ev3NotFoundException
Ev3NotFoundException(String id)
Definition:
Ev3NotFoundException.java:7
Impressum