repo.or.cz
/
unitool.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pkg-config file now has script pathes
[unitool.git]
/
base
/
EParameterMissing.java
blob
01b06b47fe4f4a8f70e46ec49c2c678011c9f037
1
2
package
org
.
de
.
metux
.
unitool
.
base
;
3
4
public class
EParameterMissing
extends
EUnitoolError
5
{
6
public
EParameterMissing
(
String name
)
7
{
8
super
(
name
);
9
}
10
}