]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.browsing.ui.model/src/org/simantics/browsing/ui/model/InvalidContribution.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.browsing.ui.model / src / org / simantics / browsing / ui / model / InvalidContribution.java
index b18749aac6c1c78dd90a5567da7be4d717b3fd28..3b5ad1c4517630318e37a4662cb80a0af6a71cf0 100644 (file)
@@ -1,37 +1,37 @@
-/*******************************************************************************\r
- * Copyright (c) 2010, 2011 Association for Decentralized Information Management in\r
- * 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.browsing.ui.model;\r
-\r
-/**\r
- * Exception that is thrown when the construction of \r
- * a contribution fails because of an invalid input data.\r
- */\r
-public class InvalidContribution extends Exception {\r
-\r
-    private static final long serialVersionUID = -927783931936452753L;\r
-\r
-    public InvalidContribution() {\r
-        super();\r
-    }\r
-\r
-    public InvalidContribution(String message, Throwable cause) {\r
-        super(message, cause);\r
-    }\r
-\r
-    public InvalidContribution(String message) {\r
-        super(message);\r
-    }\r
-\r
-    public InvalidContribution(Throwable cause) {\r
-        super(cause);\r
-    }\r
-}\r
+/*******************************************************************************
+ * Copyright (c) 2010, 2011 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.browsing.ui.model;
+
+/**
+ * Exception that is thrown when the construction of 
+ * a contribution fails because of an invalid input data.
+ */
+public class InvalidContribution extends Exception {
+
+    private static final long serialVersionUID = -927783931936452753L;
+
+    public InvalidContribution() {
+        super();
+    }
+
+    public InvalidContribution(String message, Throwable cause) {
+        super(message, cause);
+    }
+
+    public InvalidContribution(String message) {
+        super(message);
+    }
+
+    public InvalidContribution(Throwable cause) {
+        super(cause);
+    }
+}