exceptions
Class VSEventNotCopyableException

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

public class VSEventNotCopyableException
extends java.lang.Exception

The Interface VSEventNotCopyableException, this exception is thrown if the someone tried to copy a not copyable event!

Author:
Paul C. Buetow
See Also:
Serialized Form

Constructor Summary
VSEventNotCopyableException(java.lang.String descr)
           
 
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

VSEventNotCopyableException

public VSEventNotCopyableException(java.lang.String descr)