blob: 9e4172ce46ebf6e1f7eed9ba59d2eb09729f69ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/*
* 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 {
}
|