public class EndOfDataException extends RuntimeException implements MAJException
Thrown when an attempt is made to read beyond the end of a data stream.
Equivalent C result code: AAFRESULT_END_OF_DATA 0x801200CE
| Constructor and Description |
|---|
EndOfDataException()
Create a new end of data exception with no message.
|
EndOfDataException(String msg)
Create a new end of data exception with the given descriptive message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EndOfDataException(String msg)
Create a new end of data exception with the given descriptive message.
msg - Message describing the exception.public EndOfDataException()
Create a new end of data exception with no message.
(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.