ImageGearJava Project > com.accusoft.imagegear.core Package > ImGearMetadataNodeList Class : set Method |
public ImGearMetadataNode set( int index, ImGearMetadataNode node ) |
Exception | Description |
---|---|
java.lang.UnsupportedOperationException | if the set operation is not supported by this list |
java.lang.ClassCastException | if the class of the specified element prevents it from being added to this list |
java.lang.NullPointerException | if the specified element is null and this list does not permit null elements |
java.lang.IllegalArgumentException | if some property of the specified element prevents it from being added to this list |
java.lang.IndexOutOfBoundsException | if the index is out of range (index < 0 || index >= size()) |