org.llrp.ltk.exceptions
Class MissingParameterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.llrp.ltk.exceptions.MissingParameterException
All Implemented Interfaces:
java.io.Serializable

public class MissingParameterException
extends java.lang.RuntimeException

MissingParameter Exception is thrown during decoding whenever a mandatory LLRP parameter is missing in an LLRP message

See Also:
Serialized Form

Constructor Summary
MissingParameterException(java.lang.String message)
          Creates a new MissingParameterException object.
 
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

MissingParameterException

public MissingParameterException(java.lang.String message)
Creates a new MissingParameterException object.

Parameters:
message - with information


Copyright © 2007 ETH Zurich.