public class BadCloseException extends Exception implements MAJException
Thrown when an attempt is made to open a file that has not yet been closed.
Equivalent C result code: AAFRESULT_BADCLOSE 0x80120018
RandomFile,
Serialized Form| Constructor and Description |
|---|
BadCloseException()
Create a new bad file close exception with no message.
|
BadCloseException(String msg)
Create a new bad file close exception with the given descriptive message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BadCloseException(String msg)
Create a new bad file close exception with the given descriptive message.
msg - Message describing the exception.public BadCloseException()
Create a new bad file close exception with no message.
(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.