HEADER

ru.biosoft.access
Class DataCollectionVetoException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--ru.biosoft.access.DataCollectionVetoException

public class DataCollectionVetoException
extends Exception

Exception for cancelling data collection operation. Throws by data collection listener.

Version: 1.0
See Also: DataCollectionEvent, DataCollectionListener

Methods inherited from class java.lang.Throwable
getMessage, getLocalizedMessage, toString, printStackTrace, printStackTrace, printStackTrace, fillInStackTrace

Methods inherited from class java.lang.Object
getClass, hashCode, equals, notify, notifyAll, wait, wait, wait


FOOTER

BOTTOM