public class NotReadableException extends Exception implements MAJException
Thrown when a raw stream is not open and/or available for reading.
Equivalent C result code: AAFRESULT_NOT_READABLE 0x80120027
| Constructor and Description |
|---|
NotReadableException()
Create a new not readable exception with no message.
|
NotReadableException(String msg)
Create a new not readable exception with the given descriptive message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotReadableException(String msg)
Create a new not readable exception with the given descriptive message.
msg - Message describing the exception.public NotReadableException()
Create a new not readable exception with no message.
(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.