/* * VS is (c) 2008 by Paul C. Buetow * vs@dev.buetow.org */ 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 { }