diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-29 20:00:52 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-29 20:00:52 +0000 |
| commit | ffaa455d9b9c14714d3b5aa440a0a8489b5de9ee (patch) | |
| tree | 979aa1bc2727d7154881f5483ea3683d458fc7bd /sources/exceptions/VSParseIntegerVectorException.java | |
| parent | 42dc4e028067a15939cd2e46be4b7a8203e0dab7 (diff) | |
ok
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 { } |
