]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.databoard/src/org/simantics/databoard/accessor/wire/WireException.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.databoard / src / org / simantics / databoard / accessor / wire / WireException.java
index ff8e9be80e74ff23fa0701b91f2a9c192258d31f..e690c3dbe5c3de70db85b1ce15e82ad728599c4d 100644 (file)
@@ -1,31 +1,31 @@
-/*******************************************************************************\r
- * Copyright (c) 2010- 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.databoard.accessor.wire;\r
-\r
-public class WireException extends Exception {\r
-\r
-       private static final long serialVersionUID = 1L;\r
-\r
-       public String message;\r
-       \r
-       public WireException(String message) {\r
-               super(message);\r
-               this.message = getMessage();\r
-       }\r
-\r
-       public WireException(Throwable cause) {\r
-               super(cause.getClass().getName()+": "+cause.getMessage());\r
-               this.message = getMessage();\r
-       }\r
-\r
-}\r
-\r
+/*******************************************************************************
+ * Copyright (c) 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.databoard.accessor.wire;
+
+public class WireException extends Exception {
+
+       private static final long serialVersionUID = 1L;
+
+       public String message;
+       
+       public WireException(String message) {
+               super(message);
+               this.message = getMessage();
+       }
+
+       public WireException(Throwable cause) {
+               super(cause.getClass().getName()+": "+cause.getMessage());
+               this.message = getMessage();
+       }
+
+}
+