public class TrackExistsException extends Exception implements MAJException
Thrown when an attempt is made to add a track to a package where the given track id already exists.
Equivalent C result code: AAFRESULT_SLOT_EXISTS 0x80120105
TrackID,
Serialized Form| Constructor and Description |
|---|
TrackExistsException()
Create a new track exists exception with no message.
|
TrackExistsException(String msg)
Create a new track exists exception with the given descriptive message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TrackExistsException(String msg)
Create a new track exists exception with the given descriptive message.
msg - Message describing the exception.public TrackExistsException()
Create a new track exists exception with no message.
(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.