atropos.lp
Class ToleranceException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--atropos.lp.ToleranceException
All Implemented Interfaces:
java.io.Serializable

public class ToleranceException
extends java.lang.Exception
implements java.io.Serializable

This class is thrown when a causality violation occurs during message input.

This research is funded by DARPA/ITO Contract Number: F30602-98-C-0230 supported by the Air Force Research Laboratory/IF.

Version:
$Revision: 1.1.1.1 $ $State: Exp $
Author:
Steve Bush
See Also:
Serialized Form

Field Summary
 long lvt
          LVT when tolerance check failed.
 AvnmpPacket msg
          The packet contents of virtual message when tolerance check failed.
 long rec_tm
          Receive time of message
 long wallclock_tm
          Actual time at which tolerance check failed.
 
Constructor Summary
ToleranceException()
           
ToleranceException(java.lang.String mes, long tm, AvnmpPacket m, long t, long l)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

rec_tm

public long rec_tm
Receive time of message

wallclock_tm

public long wallclock_tm
Actual time at which tolerance check failed.

lvt

public long lvt
LVT when tolerance check failed.

msg

public AvnmpPacket msg
The packet contents of virtual message when tolerance check failed.
Constructor Detail

ToleranceException

public ToleranceException(java.lang.String mes,
                          long tm,
                          AvnmpPacket m,
                          long t,
                          long l)

ToleranceException

public ToleranceException()


Copyright © 2002 GE Corporate Research and Development. All Rights Reserved.