public class BadOpenException extends Exception implements MAJException
Thrown when an attempt is made to perform an operation on a random access file that is not currently open.
Equivalent C result code: AAFRESULT_OPEN_FAILURE 0x80120017
which is aliased to: AAFRESULT_BADOPEN
| Constructor and Description |
|---|
BadOpenException()
Create a new bad open exception with no message.
|
BadOpenException(String msg)
Create a new bad open exception with the given descriptive message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BadOpenException(String msg)
Create a new bad open exception with the given descriptive message.
msg - Message describing the exception.public BadOpenException()
Create a new bad open exception with no message.
(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.