pkg-config file now has script pathes
[unitool.git] / base / EUnitoolError.java
blobc04c056bc2cac12f229dc8c264dc747e71207632
2 package org.de.metux.unitool.base;
4 public class EUnitoolError extends Exception
6 public EUnitoolError(String s)
8 super(s);
10 public EUnitoolError(String s, Throwable th)
12 super(s,th);