public class BadTypeException extends RuntimeException implements MAJException
Thrown when a method call on an object in the meta dictionary passes in the wrong type of property value as a parameter.
Equivalent C result code: AAFRESULT_BAD_TYPE 0x801200CC
| Constructor and Description |
|---|
BadTypeException()
Create a new bad type exception with no message.
|
BadTypeException(String msg)
Create a new bad type exception with the given descriptive message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BadTypeException(String msg)
Create a new bad type exception with the given descriptive message.
msg - Message describing the exception.public BadTypeException()
Create a new bad type exception with no message.
(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.