i changed the exception-handling of the new producers and localizers to use the multe...
[mir.git] / source / mircoders / localizer / MirProducerToolLocalizer.java
index 5a1c44a..a9bf823 100755 (executable)
@@ -5,6 +5,6 @@ import java.io.*;
 
 public interface MirProducerToolLocalizer {
   public void initializeGenerationValueSet(Map aValueSet);
-  public PrintWriter openWriter(String anIdentifier) throws MirLocalizerException;
+  public PrintWriter openWriter(String anIdentifier) throws MirLocalizerFailure;
   public void closeWriter(PrintWriter aWriter);
 }