public class ContainerWriteException extends Exception implements MAJException
Thrown when writing to a data container fails. This exception is specific to writing the peak envelope data of a PCM descriptor.
Equivalent C result code: AAFRESULT_CONTAINERWRITE 0x80120020
WAVEPCMDescriptor,
Serialized Form| Constructor and Description |
|---|
ContainerWriteException()
Create a new container write exception with no message.
|
ContainerWriteException(String msg)
Create a new container write exception with the given descriptive message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ContainerWriteException(String msg)
Create a new container write exception with the given descriptive message.
msg - Message describing the exception.public ContainerWriteException()
Create a new container write exception with no message.
(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.