Searched defs:IIODOMException (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/imageio/metadata/
H A DIIOMetadataNode.java43 class IIODOMException extends DOMException { class in inherits:DOMException
45 public IIODOMException(short code, String message) { method in class:IIODOMException
313 throw new IIODOMException(DOMException.WRONG_DOCUMENT_ERR,
767 throw new IIODOMException(DOMException.INVALID_CHARACTER_ERR,
801 throw new IIODOMException(DOMException.NOT_FOUND_ERR,

Completed in 43 milliseconds