Mercurial > hg > semantic-sia
view src/org/qmul/eecs/c4dm/sia/exceptions/DimensionException.java @ 69:94e6592eb106
modified to take into account that sia:Datapoints now have sia:vector properties which then have sia:dimVals, rather than sia:Datapoints having their own sia:dimVal properties
author | stevenh |
---|---|
date | Fri, 02 Aug 2013 11:13:10 +0100 |
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; }