public class SingleChannelOpException extends Exception implements MAJException
Thrown when an attempt is made to write samples into an essence stream that contains interleaved data.
Equivalent C result code: AAFRESULT_SINGLE_CHANNEL_OP 0x80120081
| Constructor and Description |
|---|
SingleChannelOpException()
Create a new single channel operation exception with no message.
|
SingleChannelOpException(String msg)
Create a new single channel operation exception with the given descriptive message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SingleChannelOpException(String msg)
Create a new single channel operation exception with the given descriptive message.
msg - Message describing the exception.public SingleChannelOpException()
Create a new single channel operation exception with no message.
(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.