Config no longer implements Identifiable because this was in violation of the contrac...
[xmlrouter] / impl / src / main / java / org / wamblee / xmlrouter / impl / ConfigException.java
similarity index 90%
rename from config/src/main/java/org/wamblee/xmlrouter/config/ConfigException.java
rename to impl/src/main/java/org/wamblee/xmlrouter/impl/ConfigException.java
index 5944bfec57ee122be5a67611920044f02bedf566..08a040def5332ea94037b240f82e8e08ca96dedf 100644 (file)
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.wamblee.xmlrouter.config;
+package org.wamblee.xmlrouter.impl;
 
 /**
- * Exception thrown in case of duplicates.
+ * Exception thrown in case of configuration errors.
  * 
  * @author Erik Brakkee
  */