jAER project on SourceForge

ch.unizh.ini.jaer.projects.stereo3D
Class AE3DFileInputStream.NonMonotonicTimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Field Summary
protected  int lastTimestamp
           
protected  int position
           
protected  int timestamp
           
 
Constructor Summary
AE3DFileInputStream.NonMonotonicTimeException()
           
AE3DFileInputStream.NonMonotonicTimeException(int ts)
           
AE3DFileInputStream.NonMonotonicTimeException(int readTs, int lastTs)
           
AE3DFileInputStream.NonMonotonicTimeException(int readTs, int lastTs, int position)
           
AE3DFileInputStream.NonMonotonicTimeException(java.lang.String s)
           
 
Method Summary
 int getLastTimestamp()
           
 int getTimestamp()
           
 java.lang.String 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
 

Field Detail

timestamp

protected int timestamp

lastTimestamp

protected int lastTimestamp

position

protected int position
Constructor Detail

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)
Method Detail

getTimestamp

public int getTimestamp()

getLastTimestamp

public int getLastTimestamp()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable

jAER project on SourceForge