repo.or.cz
/
FYD.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2013 -- FYD file system content
[FYD.git]
/
src
/
exceptions
/
CKeysSettingsXMLFileNameException.java
blob
7c5e1f070ff9ab6655b28f2cfc30771e68e91d3c
1
package
exceptions
;
2
3
4
/**
5
* TODO
6
*
7
* @author dmilliner
8
* @version 0.1 du 27/03/13
9
*/
10
@SuppressWarnings
(
"serial"
)
11
public class
CKeysSettingsXMLFileNameException
extends
Exception
12
{
13
14
}