public class NotValidKeyException extends RuntimeException implements MAJException
Thrown when creating a KLV data key that does not map to a built-in type.
No equivalent C result code could be found.
| Constructor and Description |
|---|
NotValidKeyException()
Create a new not a valid key exception with no message.
|
NotValidKeyException(String msg)
Create a new not a valid key exception with the given descriptive message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotValidKeyException(String msg)
Create a new not a valid key exception with the given descriptive message.
msg - Message describing the exception.public NotValidKeyException()
Create a new not a valid key exception with no message.
(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.