i changed the exception-handling of the new producers and localizers to use the multe...
[mir.git] / source / mir / producer / Producer.java
index be9415a..ff57f36 100755 (executable)
@@ -3,5 +3,5 @@ package mir.producer;
 import java.io.*;
 
 public interface Producer {
-  public void produce( PrintWriter aLogger ) throws ProducerException;
+  public void produce( PrintWriter aLogger ) throws ProducerFailure;
 }