FileDocCategorySizeDatePackage
IIOMetadataNode.javaAPI DocJava SE 5 API28785Fri Aug 26 14:57:30 BST 2005javax.imageio.metadata

IIODOMException

public class IIODOMException extends DOMException

Fields Summary
Constructors Summary
public IIODOMException(short code, String message)

        super(code, message);
    
Methods Summary