i changed the exception-handling of the new producers and localizers to use the multe...
[mir.git] / source / mircoders / localizer / MirLocalizerException.java
index 9bb04db..1bb8215 100755 (executable)
@@ -1,11 +1,10 @@
 package mircoders.localizer;
 
-public class MirLocalizerException extends Exception {
+import multex.Exc;
+
+public class MirLocalizerException extends Exc {
 
   public MirLocalizerException(String aMessage) {
     super(aMessage);
   }
-  public MirLocalizerException(Throwable aCause) {
-    super(aCause.getMessage());
-  }
 }
\ No newline at end of file