21 module
com { module sun { module star { module animations {
is thrown by container methods, if an element is added which is already a child of the container.
Definition ElementExistException.idl:35
is thrown by child access methods of collections, if the addressed child does not exist.
Definition NoSuchElementException.idl:31
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition IllegalArgumentException.idl:27
This is a checked exception that wraps an exception thrown by the original target.
Definition WrappedTargetException.idl:34
Definition XAnimationNode.idl:25
Supported modules.
Definition XTimeContainer.idl:46
XAnimationNode insertAfter([in] XAnimationNode newChild, [in] XAnimationNode refChild)
XAnimationNode replaceChild([in] XAnimationNode newChild, [in] XAnimationNode oldChild)
XAnimationNode removeChild([in] XAnimationNode oldChild)
XAnimationNode insertBefore([in] XAnimationNode newChild, [in] XAnimationNode refChild)
XAnimationNode appendChild([in] XAnimationNode newChild)
Definition Ambiguous.idl:20