public class TrackNotFoundException extends Exception implements MAJException
Thrown when a track cannot be found within a package.
Equivalent C result code: AAFRESULT_SLOT_NOT_FOUND 0x80120102
Package.lookupPackageTrack(int),
Serialized Form| Constructor and Description |
|---|
TrackNotFoundException()
Create a new track not found exception with no message.
|
TrackNotFoundException(String msg)
Create a new track not found exception with the given descriptive message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TrackNotFoundException(String msg)
Create a new track not found exception with the given descriptive message.
msg - Message describing the exception.public TrackNotFoundException()
Create a new track not found exception with no message.
(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.