public class IllegalPropertyValueException extends RuntimeException implements MAJException
Thrown when a parameter to a method call of an object is outside the acceptable range or of the wrong type for that object in its current state. This exception can be thrown for all property definitions passed to methods of a type definition if the type of the property does not match the defined type.
Equivalent C result code: AAFRESULT_ILLEGAL_VALUE 0x8012016A
PictureDescriptor,
Serialized Form| Constructor and Description |
|---|
IllegalPropertyValueException()
Create a new illegal value exception with no message.
|
IllegalPropertyValueException(String msg)
Create a new illegal value exception with the given descriptive message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IllegalPropertyValueException(String msg)
Create a new illegal value exception with the given descriptive message.
msg - Message describing the exception.public IllegalPropertyValueException()
Create a new illegal value exception with no message.
(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.