]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.excel/src/org/simantics/excel/ExcelException.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.excel / src / org / simantics / excel / ExcelException.java
1 package org.simantics.excel;
2
3 public class ExcelException extends Exception {
4
5         private static final long serialVersionUID = 8501225029888457819L;
6         
7         public ExcelException(Throwable cause) {
8                 super(cause);
9         }
10
11 }