public class InvalidPackageTypeException extends RuntimeException implements MAJException
Thrown if the given package kind is not appropriate for a search operation.
Equivalent C result code: AAFRESULT_INVALID_MOBTYPE 0x80120194
SearchSource,
Serialized Form| Constructor and Description |
|---|
InvalidPackageTypeException()
Create a new invalid mob type exception with no message.
|
InvalidPackageTypeException(String msg)
Create a new invalid mob type exception with the given descriptive message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidPackageTypeException(String msg)
Create a new invalid mob type exception with the given descriptive message.
msg - Message describing the exception.public InvalidPackageTypeException()
Create a new invalid mob 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.