]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.databoard/src/org/simantics/databoard/accessor/error/RuntimeAccessorException.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.databoard / src / org / simantics / databoard / accessor / error / RuntimeAccessorException.java
1 package org.simantics.databoard.accessor.error;
2
3 /**
4  *
5  * @author Toni Kalajainen <toni.kalajainen@iki.fi>
6  */
7 public class RuntimeAccessorException extends RuntimeException {
8
9         private static final long serialVersionUID = 1L;
10
11         public RuntimeAccessorException(Throwable cause) {
12                 super(cause);
13         }
14
15 }