|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
tv.amwa.maj.exception.PositionOutOfRangeException
public class PositionOutOfRangeException
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 FormConstructor Summary | |
---|---|
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. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public 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.
|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |