package exceptions; /** * The Interface VSParseIntegerVectorException, this exception is thrown if * the VSAbstractEditor is not able to parse the vector fields input of the * user. * * @author Paul C. Buetow */ public class VSParseIntegerVectorException extends Exception { /** The serial version uid */ private static final long serialVersionUID = 1L; }