net.sf.jaer.eventio
Class AEFileInputStream.NonMonotonicTimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sf.jaer.eventio.AEFileInputStream.NonMonotonicTimeException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- AEFileInputStream.WrappedTimeException
- Enclosing class:
- AEFileInputStream
public class AEFileInputStream.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
position
protected int position
AEFileInputStream.NonMonotonicTimeException
public AEFileInputStream.NonMonotonicTimeException()
AEFileInputStream.NonMonotonicTimeException
public AEFileInputStream.NonMonotonicTimeException(java.lang.String s)
AEFileInputStream.NonMonotonicTimeException
public AEFileInputStream.NonMonotonicTimeException(int ts)
AEFileInputStream.NonMonotonicTimeException
public AEFileInputStream.NonMonotonicTimeException(int readTs,
int lastTs)
AEFileInputStream.NonMonotonicTimeException
public AEFileInputStream.NonMonotonicTimeException(int readTs,
int lastTs,
int position)
getTimestamp
public int getTimestamp()
getLastTimestamp
public int getLastTimestamp()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Throwable