diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-28 22:25:25 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-28 22:25:25 +0000 |
| commit | cd2024527c84e3e0fd22072a16ac1ff18e6d406d (patch) | |
| tree | a920cee36078ce83a3eda711fb3c64037a175ae8 /sources/exceptions/VSParseIntegerVectorException.java | |
| parent | 1a16f73ec3bb0eae98b4d540984f9015abe4c249 (diff) | |
exceptions should start with VS too.
Diffstat (limited to 'sources/exceptions/VSParseIntegerVectorException.java')
| -rw-r--r-- | sources/exceptions/VSParseIntegerVectorException.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sources/exceptions/VSParseIntegerVectorException.java b/sources/exceptions/VSParseIntegerVectorException.java new file mode 100644 index 0000000..1ee6d16 --- /dev/null +++ b/sources/exceptions/VSParseIntegerVectorException.java @@ -0,0 +1,4 @@ +package exceptions; + +public class VSParseIntegerVectorException extends Exception { +} |
