|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
tv.amwa.maj.exception.BadLengthException
public class BadLengthException
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 FormConstructor Summary | |
---|---|
BadLengthException()
Create a new bad length exception with no message. |
|
BadLengthException(String msg)
Create a new bad length exception with the given descriptive message. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public 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.
|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |