public class NotOpenException extends Exception implements MAJException
Thrown when an operation on a file cannot take place because the file is not in an opened state.
Equivalent C result code: AAFRESULT_NOT_OPEN 0x80120029
| Constructor and Description |
|---|
NotOpenException()
Create a new not open exception with no message.
|
NotOpenException(String msg)
Create a new not open exception with the given descriptive message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotOpenException(String msg)
Create a new not open exception with the given descriptive message.
msg - Message describing the exception.public NotOpenException()
Create a new not 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.