public class TapeDescriptorOnlyException extends IllegalArgumentException implements MAJException
Thrown if an operation relating to tape-based material is called on a source package that does not describe tape-based material.
Equivalent C result code: AAFRESULT_TAPE_DESC_ONLY 0x80120124
SourcePackage,
TapeDescriptor,
Serialized Form| Constructor and Description |
|---|
TapeDescriptorOnlyException()
Create a new tape descriptor exception with no message.
|
TapeDescriptorOnlyException(String msg)
Create a new tape descriptor only exception with the given descriptive message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TapeDescriptorOnlyException(String msg)
Create a new tape descriptor only exception with the given descriptive message.
msg - Message describing the exception.public TapeDescriptorOnlyException()
Create a new tape descriptor exception with no message.
(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.