i changed the exception-handling of the new producers and localizers to use the multe...
[mir.git] / source / mircoders / producer / CompositeProducer.java
index d444d16..9ce0c0d 100755 (executable)
@@ -16,7 +16,7 @@ public class CompositeProducer implements mir.producer.Producer {
     producers.add(aProducer);
   }
 
-  public void produce( PrintWriter aLogger ) throws ProducerException {
+  public void produce( PrintWriter aLogger ) throws ProducerFailure {
     Iterator i;
 
     i=producers.iterator();