OSDN Git Service

入出力強化
[mikutoga/TogaGem.git] / src / main / java / jp / sourceforge / mikutoga / binio / IllegalTextExportException.java
index e657dae..0e6ced2 100644 (file)
@@ -62,14 +62,4 @@ public class IllegalTextExportException extends Exception {
         return;
     }
 
-    /**
-     * 原因となったエンコーディング例外を返す。
-     * @return 原因となったエンコーディング例外。なければnull。
-     */
-    @Override
-    public CharacterCodingException getCause(){
-        Throwable superCause = super.getCause();
-        return (CharacterCodingException) superCause;
-    }
-
 }