simtools.util
Class PacketBuffer.NoSuchIndex

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by simtools.util.PacketBuffer.NoSuchIndex
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
PacketBuffer

public class PacketBuffer.NoSuchIndex
extends java.lang.Exception

The exception returned in case of buffer invalid access

See Also:
Serialized Form

Field Summary
 long index
           
 
Constructor Summary
PacketBuffer.NoSuchIndex(long idx)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

index

public long index
Constructor Detail

PacketBuffer.NoSuchIndex

public PacketBuffer.NoSuchIndex(long idx)