ch.unizh.ini.jaer.projects.stereo3D
Class AE3DFileInputStream.NonMonotonicTimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ch.unizh.ini.jaer.projects.stereo3D.AE3DFileInputStream.NonMonotonicTimeException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- AE3DFileInputStream.WrappedTimeException
- Enclosing class:
- AE3DFileInputStream
public class AE3DFileInputStream.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
AE3DFileInputStream.NonMonotonicTimeException
public AE3DFileInputStream.NonMonotonicTimeException()
AE3DFileInputStream.NonMonotonicTimeException
public AE3DFileInputStream.NonMonotonicTimeException(java.lang.String s)
AE3DFileInputStream.NonMonotonicTimeException
public AE3DFileInputStream.NonMonotonicTimeException(int ts)
AE3DFileInputStream.NonMonotonicTimeException
public AE3DFileInputStream.NonMonotonicTimeException(int readTs,
int lastTs)
AE3DFileInputStream.NonMonotonicTimeException
public AE3DFileInputStream.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