exceptions
Class VSParseIntegerVectorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by exceptions.VSParseIntegerVectorException
All Implemented Interfaces:
java.io.Serializable

public class VSParseIntegerVectorException
extends java.lang.Exception

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
See Also:
Serialized Form

Constructor Summary
VSParseIntegerVectorException()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VSParseIntegerVectorException

public VSParseIntegerVectorException()