]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/exception/VariableException.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.db.layer0 / src / org / simantics / db / layer0 / exception / VariableException.java
index a116dd19e35eac419eab60c3f6316e6fc78d951e..4576391e9519f8ed79fd5aad3bc991e13b3a0dba 100644 (file)
@@ -1,36 +1,36 @@
-/*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
- * in Industry THTH ry.\r
- * All rights reserved. This program and the accompanying materials\r
- * are made available under the terms of the Eclipse Public License v1.0\r
- * which accompanies this distribution, and is available at\r
- * http://www.eclipse.org/legal/epl-v10.html\r
- *\r
- * Contributors:\r
- *     VTT Technical Research Centre of Finland - initial API and implementation\r
- *******************************************************************************/\r
-package org.simantics.db.layer0.exception;\r
-\r
-import org.simantics.db.exception.DatabaseException;\r
-\r
-public class VariableException extends DatabaseException {\r
-\r
-    private static final long serialVersionUID = -1479596137621167295L;\r
-\r
-    public VariableException() {\r
-        super();\r
-    }\r
-\r
-    public VariableException(String message) {\r
-        super(message);\r
-    }\r
-\r
-    public VariableException(String message, Throwable cause) {\r
-        super(message, cause);\r
-    }\r
-\r
-    public VariableException(Throwable cause) {\r
-        super(cause);\r
-    }\r
-\r
-}\r
+/*******************************************************************************
+ * Copyright (c) 2007, 2010 Association for Decentralized Information Management
+ * in Industry THTH ry.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ *     VTT Technical Research Centre of Finland - initial API and implementation
+ *******************************************************************************/
+package org.simantics.db.layer0.exception;
+
+import org.simantics.db.exception.DatabaseException;
+
+public class VariableException extends DatabaseException {
+
+    private static final long serialVersionUID = -1479596137621167295L;
+
+    public VariableException() {
+        super();
+    }
+
+    public VariableException(String message) {
+        super(message);
+    }
+
+    public VariableException(String message, Throwable cause) {
+        super(message, cause);
+    }
+
+    public VariableException(Throwable cause) {
+        super(cause);
+    }
+
+}