Adding errors to be handled. Organizing error handling.
[mkjsf-moved-to-github.git] / src / main / java / com / indexdata / pz2utils4jsf / config / Pz2Configurator.java
index b4e8eab..9749aa1 100644 (file)
@@ -1,11 +1,12 @@
 package com.indexdata.pz2utils4jsf.config;\r
 \r
-import java.io.IOException;\r
 import java.io.Serializable;\r
 import java.util.List;\r
 \r
+import com.indexdata.pz2utils4jsf.errors.ConfigurationException;\r
+\r
 public interface Pz2Configurator extends Serializable {\r
-  public Pz2Config getConfig() throws IOException;\r
+  public Pz2Config getConfig() throws ConfigurationException;\r
   \r
   public List<String> document();\r
 }\r