public class BadRateException extends RuntimeException implements MAJException
Thrown if an unacceptable edit rate is set for a source package's track.
Equivalent C result code: AAFRESULT_BADRATE 0x801200FD
| Constructor and Description |
|---|
BadRateException()
Create a new bad rate exception with no message.
|
BadRateException(String msg)
Create a new bad rate exception with the given descriptive message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BadRateException(String msg)
Create a new bad rate exception with the given descriptive message.
msg - Message describing the exception.public BadRateException()
Create a new bad rate exception with no message.
(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.