atropos.lp
Class CausalityException

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

public class CausalityException
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
           
 AvnmpPacket msg
           
 long rec_tm
           
 long wallclock_tm
           
 
Constructor Summary
CausalityException()
           
CausalityException(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

wallclock_tm

public long wallclock_tm

lvt

public long lvt

msg

public AvnmpPacket msg
Constructor Detail

CausalityException

public CausalityException()

CausalityException

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


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