]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.export.core/src/org/simantics/export/core/error/ExportException.java
ImportPdfReader now implements Closeable
[simantics/platform.git] / bundles / org.simantics.export.core / src / org / simantics / export / core / error / ExportException.java
index 605a03be1581976be78086350a3dd4ad565bbbec..fa43e81f4bd7881a635035346925e7a3124e42dd 100644 (file)
@@ -1,27 +1,27 @@
-package org.simantics.export.core.error;\r
-\r
-public class ExportException extends Exception {\r
-\r
-       private static final long serialVersionUID = 1L;\r
-\r
-       public ExportException() {\r
-               super();\r
-               // TODO Auto-generated constructor stub\r
-       }\r
-\r
-       public ExportException(String message, Throwable cause) {\r
-               super(message, cause);\r
-               // TODO Auto-generated constructor stub\r
-       }\r
-\r
-       public ExportException(String message) {\r
-               super(message);\r
-               // TODO Auto-generated constructor stub\r
-       }\r
-\r
-       public ExportException(Throwable cause) {\r
-               super(cause);\r
-               // TODO Auto-generated constructor stub\r
-       }\r
-\r
-}\r
+package org.simantics.export.core.error;
+
+public class ExportException extends Exception {
+
+       private static final long serialVersionUID = 1L;
+
+       public ExportException() {
+               super();
+               // TODO Auto-generated constructor stub
+       }
+
+       public ExportException(String message, Throwable cause) {
+               super(message, cause);
+               // TODO Auto-generated constructor stub
+       }
+
+       public ExportException(String message) {
+               super(message);
+               // TODO Auto-generated constructor stub
+       }
+
+       public ExportException(Throwable cause) {
+               super(cause);
+               // TODO Auto-generated constructor stub
+       }
+
+}