From ffaa455d9b9c14714d3b5aa440a0a8489b5de9ee Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 29 May 2008 20:00:52 +0000 Subject: ok --- sources/exceptions/VSParseIntegerVectorException.java | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'sources/exceptions/VSParseIntegerVectorException.java') 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 { } -- cgit v1.2.3