jAER project on SourceForge

net.sf.jaer.eventio
Class AESocket.WrappedTimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.jaer.eventio.AESocket.NonMonotonicTimeException
              extended by net.sf.jaer.eventio.AESocket.WrappedTimeException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
AESocket

public class AESocket.WrappedTimeException
extends AESocket.NonMonotonicTimeException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.sf.jaer.eventio.AESocket.NonMonotonicTimeException
lastTimestamp, timestamp
 
Constructor Summary
AESocket.WrappedTimeException(int readTs, int lastTs)
           
 
Method Summary
 
Methods inherited from class net.sf.jaer.eventio.AESocket.NonMonotonicTimeException
getLastTimestamp, getTimestamp, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AESocket.WrappedTimeException

public AESocket.WrappedTimeException(int readTs,
                                     int lastTs)

jAER project on SourceForge