simtools.util
Class PacketBufferValidationError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by simtools.util.PacketBufferValidationError
All Implemented Interfaces:
java.io.Serializable

public class PacketBufferValidationError
extends java.lang.Exception

Class PacketBufferValidationError This class is used by the PacketBuffer class to raise validation errors on packet buffer.

See Also:
Serialized Form

Constructor Summary
PacketBufferValidationError(java.lang.String message)
          Contructor PacketBufferValidationError
Summary:
The constructor of the class PacketBufferValidationError.
 
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
 

Constructor Detail

PacketBufferValidationError

public PacketBufferValidationError(java.lang.String message)
Contructor PacketBufferValidationError
Summary:
The constructor of the class PacketBufferValidationError.

Parameters:
message - The message of the exeption.