public class TimecodeNotFoundException extends Exception implements MAJException
Thrown when a given timecode or offset is not available within a segment or package.
Equivalent C result code: AAFRESULT_TIMECODE_NOT_FOUND 0x801200FF
| Constructor and Description |
|---|
TimecodeNotFoundException()
Create a new timecode not found exception with no message.
|
TimecodeNotFoundException(String msg)
Create a new timecode not found exception with the given descriptive message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TimecodeNotFoundException(String msg)
Create a new timecode not found exception with the given descriptive message.
msg - Message describing the exception.public TimecodeNotFoundException()
Create a new timecode 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.