OSDN Git Service

binioパッケージと統合
[mikutoga/TogaGem.git] / src / main / java / jp / sourceforge / mikutoga / pmd / model / binio / IllegalPmdException.java
index c744d1c..d9ee392 100644 (file)
@@ -30,4 +30,13 @@ public class IllegalPmdException extends Exception{
         return;
     }
 
+    /**
+     * コンストラクタ。
+     * @param cause 原因
+     */
+    public IllegalPmdException(Throwable cause){
+        super(cause);
+        return;
+    }
+
 }