[LIB-13] Rename some common classes
[chesshog-scanner.git] / src / main / java / org / hedgecode / chess / scanner / Initiable.java
index 4fd24d6..da729a4 100644 (file)
@@ -23,6 +23,6 @@ package org.hedgecode.chess.scanner;
  */
 public interface Initiable {
 
-    void init() throws ChessHogScannerException;
+    void init() throws ScannerException;
 
 }