public class IllegalPropertyException extends RuntimeException implements MAJException
Thrown when a given property definition is illegal within the context of a metadata object.
No equivalent C result code.
PropertyDefinition,
Serialized Form| Constructor and Description |
|---|
IllegalPropertyException()
Create a new illegal property exception with no message.
|
IllegalPropertyException(String msg)
Create a new illegal property exception with the given descriptive message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IllegalPropertyException(String msg)
Create a new illegal property exception with the given descriptive message.
msg - Message describing the exception.public IllegalPropertyException()
Create a new illegal property exception with no message.
(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.