|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.llrp.ltk.exceptions.InvalidLLRPMessageException
public class InvalidLLRPMessageException
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.
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 |
---|
public InvalidLLRPMessageException(java.lang.String message)
message
- string
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |