repo.or.cz
/
metux-java.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
propertylist/IPropertylist: removed obsolete loadHash_sub()
[metux-java.git]
/
propertylist
/
EProcessingError.java
blob
adb534ace4084a0bdd2bdf63088c12a14e694aef
1
2
package
org
.
de
.
metux
.
propertylist
;
3
4
public class
EProcessingError
extends
EIllegalValue
5
{
6
public
EProcessingError
(
String my_name
,
String my_value
,
Throwable my_cause
)
7
{
8
super
(
my_name
,
my_value
,
my_cause
);
9
}
10
}