public class PositionOutOfRangeException extends RuntimeException implements MAJException
Thrown when a given position, specified by frame count or timecode, is outside the the length of the referenced stream.
No equivalent C result code could be found.
PositionType,
TimecodeStream,
RIFFChunk,
Serialized Form| Constructor and Description |
|---|
PositionOutOfRangeException()
Create a new position out of range exception with no message.
|
PositionOutOfRangeException(String msg)
Create a new position out of range exception with the given descriptive message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PositionOutOfRangeException(String msg)
Create a new position out of range exception with the given descriptive message.
msg - Message describing the exception.public PositionOutOfRangeException()
Create a new position out of range exception with no message.
(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.