public class BadLengthException extends IllegalArgumentException implements MAJException
Thrown when an out of range length value is set for a component or fade in the current context.
Equivalent C result code: AAFRESULT_BAD_LENGTH 0x801200FC
Component,
Fade,
Serialized Form| Constructor and Description |
|---|
BadLengthException()
Create a new bad length exception with no message.
|
BadLengthException(String msg)
Create a new bad length exception with the given descriptive message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BadLengthException(String msg)
Create a new bad length exception with the given descriptive message.
msg - Message describing the exception.public BadLengthException()
Create a new bad length exception with no message.
(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.