atropos.lp
Class NoRealException

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

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

This class is thrown when no real values are avaliable for an accuracy measurement.

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

NoRealException

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

NoRealException

public NoRealException()


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