public class BadSizeException extends RuntimeException implements MAJException
Thrown when an array is not of the required number of elements.
Equivalent C result code: AAFRESULT_BAD_SIZE 0x80120200
AES3PCMDescriptor,
Serialized Form| Constructor and Description |
|---|
BadSizeException()
Create a new bad size exception with no message.
|
BadSizeException(String msg)
Create a new bad size exception with the given descriptive message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BadSizeException(String msg)
Create a new bad size exception with the given descriptive message.
msg - Message describing the exception.public BadSizeException()
Create a new bad size exception with no message.
(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.