import from svn
[unitool.git] / base / EPkgConfigParseError.java
blobbab1d2a65d258c5329997d1a87e1164fd28cc048
2 package org.de.metux.unitool.base;
4 public class EPkgConfigParseError extends EPkgConfigError
6 public EPkgConfigParseError(String s)
8 super(s);
10 public EPkgConfigParseError(String s, Throwable t)
12 super(s,t);