public class EventSemanticsException extends RuntimeException implements MAJException
Thrown when an event is used in the wrong context.
Equivalent C result code: AAFRESULT_EVENT_SEMANTICS 0x8012012A
Sequence,
Serialized Form| Constructor and Description |
|---|
EventSemanticsException()
Create a new event semantics exception with no message.
|
EventSemanticsException(String msg)
Create a new event semantics exception with the given descriptive message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EventSemanticsException(String msg)
Create a new event semantics exception with the given descriptive message.
msg - Message describing the exception.public EventSemanticsException()
Create a new event semantics exception with no message.
(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.