org.llrp.ltk.exceptions
Class InvalidLLRPMessageException

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

public class InvalidLLRPMessageException
extends java.lang.Exception

Main LLRP Exception - this exception is thrown whenever an invalid LLRP message is detected during binary or XML message encoding and decoding. The validation of a binary message is based on the rules specified in the llrpdef.xml. When encoding and decoding LLRP messages in the LTK-XML message format, this exception is also thrown if the message cannot be validated against the LLRP.xsd schema.

See Also:
Serialized Form

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

InvalidLLRPMessageException

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

Parameters:
message - string


Copyright © 2007 ETH Zurich.