|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
tv.amwa.maj.exception.IllegalPropertyValueException
public class IllegalPropertyValueException
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
DigitalImageDescriptor
,
Serialized FormConstructor Summary | |
---|---|
IllegalPropertyValueException()
Create a new illegal value exception with no message. |
|
IllegalPropertyValueException(String msg)
Create a new illegal value exception with the given descriptive message. |
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public 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.
|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |