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
imported from svn
[metux-java.git]
/
propertylist
/
EInfiniteRecursion.java
blob
8827176d965561e9f8562679db74588d8df409fa
1
2
package
org
.
de
.
metux
.
propertylist
;
3
4
public class
EInfiniteRecursion
extends
EIllegalValue
5
{
6
public
EInfiniteRecursion
(
String name
,
String value
)
7
{
8
super
(
name
,
value
);
9
}
10
}