public class OffsetSizeException extends RuntimeException implements MAJException
Thrown when a given offset exceeds the size of a file or the available space to extend storage for a file.
Equivalent C result code: AAFRESULT_OFFSET_SIZE 0x8012015F
| Constructor and Description |
|---|
OffsetSizeException()
Create a new offset size exception with no message.
|
OffsetSizeException(String msg)
Create a new offset size exception with the given descriptive message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OffsetSizeException(String msg)
Create a new offset size exception with the given descriptive message.
msg - Message describing the exception.public OffsetSizeException()
Create a new offset size exception with no message.
(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.