|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BadAttributeDataException | |
viper.api | The ViPER API is a set of Java classes and interfaces that allows programmatic access to video metadata in the ViPER format. |
viper.api.impl | This package contians the default implementation of the ViPER API. |
Uses of BadAttributeDataException in viper.api |
Subclasses of BadAttributeDataException in viper.api | |
class |
NotDynamicException
Thrown to indicate that the user is attempting to get the value or set the value of a dynamic attribute as if it were a static attribute. |
class |
NotStaticException
Thrown to indicate that the user is attempting to get the value or set the value of a dynamic attribute as if it were a static attribute. |
Methods in viper.api that throw BadAttributeDataException | |
void |
Attribute.setAttrValue(java.lang.Object v)
Sets the value of the attribute. |
void |
Attribute.setAttrValueAtSpan(java.lang.Object v,
InstantInterval span)
Sets the value of an attribute for the given set of frames or period of microseconds. |
Uses of BadAttributeDataException in viper.api.impl |
Methods in viper.api.impl that throw BadAttributeDataException | |
void |
AttributeImpl.setAttrValueAtSpan(java.lang.Object v,
InstantInterval span)
nb: this currently does not look at the containing descriptor's 'range' at all. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |