Mercurial > hg > semantic-sia
view src/org/qmul/eecs/c4dm/sia/exceptions/DimensionException.java @ 94:fedf516f6a78 tip
test file
author | stevenh |
---|---|
date | Mon, 29 Dec 2014 15:16:22 +0000 |
parents | 08675ab08e7f |
children |
line wrap: on
line source
package org.qmul.eecs.c4dm.sia.exceptions; public class DimensionException extends Exception { public DimensionException(String description) { // TODO Auto-generated constructor stub super(description); } /** * */ private static final long serialVersionUID = -3820412804966910012L; }