public class BadSampleOffsetException extends RuntimeException implements MAJException
Thrown when an offset into a segment or some file-based essence, specified by timecode or frames, is out of range.
Equivalent C result code: AAFRESULT_BADSAMPLEOFFSET 0x8012006A
| Constructor and Description |
|---|
BadSampleOffsetException()
Create a new bad sample offset exception with no message.
|
BadSampleOffsetException(String msg)
Create a new bad sample offset exception with the given descriptive message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BadSampleOffsetException(String msg)
Create a new bad sample offset exception with the given descriptive message.
msg - Message describing the exception.public BadSampleOffsetException()
Create a new bad sample offset exception with no message.
(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.