]> gitweb.fperrin.net Git - GpsPrune.git/blob - tim/prune/ConfigException.java
Version 6, October 2008
[GpsPrune.git] / tim / prune / ConfigException.java
1 package tim.prune;
2
3 /**
4  * Exception thrown when something went wrong with the config
5  */
6 public class ConfigException extends Exception
7 {
8
9 }