public class NotSourceClipException extends Exception implements MAJException
Thrown when adding a pulldown reference to a source package that does not contain a source clip.
Equivalent C result code: AAFRESULT_NOT_SOURCE_CLIP 0x801200FA
SourcePackage,
Serialized Form| Constructor and Description |
|---|
NotSourceClipException()
Create a new not source clip exception with no message.
|
NotSourceClipException(String msg)
Create a new not source clip exception with the given descriptive message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotSourceClipException(String msg)
Create a new not source clip exception with the given descriptive message.
msg - Message describing the exception.public NotSourceClipException()
Create a new not source clip exception with no message.
(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.