public class FilmDescriptorOnlyException extends RuntimeException implements MAJException
Thrown when an attempt is made to add an edgecode track to a source package that does not reference film essence.
Equivalent C result code: AAFRESULT_FILM_DESC_ONLY 0x80120125
SourcePackage,
Serialized Form| Constructor and Description |
|---|
FilmDescriptorOnlyException()
Create a new film descriptor only exception with no message.
|
FilmDescriptorOnlyException(String msg)
Create a new film descriptor only exception with the given descriptive message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FilmDescriptorOnlyException(String msg)
Create a new film descriptor only exception with the given descriptive message.
msg - Message describing the exception.public FilmDescriptorOnlyException()
Create a new film descriptor only exception with no message.
(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.