OSDN Git Service

文字コードを UTF-8、改行コードをLFに統一
[spring-ext/ozacc-mail.git] / src / main / java / com / ozacc / mail / xml / XMLBuildException.java
old mode 100755 (executable)
new mode 100644 (file)
index 2a27a5e..54a625a
@@ -1,26 +1,26 @@
-package com.ozacc.mail.xml;\r
-\r
-/**\r
- * XMLドキュメントの生成に失敗した時にスローされる例外。\r
- * \r
- * @since 1.0\r
- * @author Tomohiro Otsuka\r
- * @version $Id: XMLBuildException.java,v 1.2 2004/09/13 07:08:11 otsuka Exp $\r
- */\r
-public class XMLBuildException extends RuntimeException {\r
-\r
-       /**\r
-        * @param message \r
-        */\r
-       public XMLBuildException(String message) {\r
-               super(message);\r
-       }\r
-\r
-       /**\r
-        * @param message\r
-        * @param cause \r
-        */\r
-       public XMLBuildException(String message, Throwable cause) {\r
-               super(message, cause);\r
-       }\r
+package com.ozacc.mail.xml;
+
+/**
+ * XMLドキュメントの生成に失敗した時にスローされる例外。
+ * 
+ * @since 1.0
+ * @author Tomohiro Otsuka
+ * @version $Id: XMLBuildException.java,v 1.2 2004/09/13 07:08:11 otsuka Exp $
+ */
+public class XMLBuildException extends RuntimeException {
+
+       /**
+        * @param message 
+        */
+       public XMLBuildException(String message) {
+               super(message);
+       }
+
+       /**
+        * @param message
+        * @param cause 
+        */
+       public XMLBuildException(String message, Throwable cause) {
+               super(message, cause);
+       }
 }
\ No newline at end of file