diff options
Diffstat (limited to 'sources/exceptions/VSParseIntegerVectorException.java')
| -rw-r--r-- | sources/exceptions/VSParseIntegerVectorException.java | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sources/exceptions/VSParseIntegerVectorException.java b/sources/exceptions/VSParseIntegerVectorException.java index 1ee6d16..9e4172c 100644 --- a/sources/exceptions/VSParseIntegerVectorException.java +++ b/sources/exceptions/VSParseIntegerVectorException.java @@ -1,4 +1,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 { } |
