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
/
EUnitoolError.java
blob
c04c056bc2cac12f229dc8c264dc747e71207632
1
2
package
org
.
de
.
metux
.
unitool
.
base
;
3
4
public class
EUnitoolError
extends
Exception
5
{
6
public
EUnitoolError
(
String s
)
7
{
8
super
(
s
);
9
}
10
public
EUnitoolError
(
String s
,
Throwable th
)
11
{
12
super
(
s
,
th
);
13
}
14
}