jAER project on SourceForge

net.sf.jaer.eventio
Class AEFileInputStream.NonMonotonicTimeException

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

Field Summary
protected  int lastTimestamp
           
protected  int position
           
protected  int timestamp
           
 
Constructor Summary
AEFileInputStream.NonMonotonicTimeException()
           
AEFileInputStream.NonMonotonicTimeException(int ts)
           
AEFileInputStream.NonMonotonicTimeException(int readTs, int lastTs)
           
AEFileInputStream.NonMonotonicTimeException(int readTs, int lastTs, int position)
           
AEFileInputStream.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

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