net.sf.jaer.eventio
Class AESocket.NonMonotonicTimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sf.jaer.eventio.AESocket.NonMonotonicTimeException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- AESocket.WrappedTimeException
- Enclosing class:
- AESocket
public class AESocket.NonMonotonicTimeException
- extends java.lang.Exception
class used to signal a backwards read from input stream
- See Also:
- Serialized Form
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 |
timestamp
protected int timestamp
lastTimestamp
protected int lastTimestamp
AESocket.NonMonotonicTimeException
public AESocket.NonMonotonicTimeException()
AESocket.NonMonotonicTimeException
public AESocket.NonMonotonicTimeException(java.lang.String s)
AESocket.NonMonotonicTimeException
public AESocket.NonMonotonicTimeException(int ts)
AESocket.NonMonotonicTimeException
public AESocket.NonMonotonicTimeException(int readTs,
int lastTs)
getTimestamp
public int getTimestamp()
getLastTimestamp
public int getLastTimestamp()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Throwable