Uses of Class
org.jdom.JDOMException

Packages that use JDOMException
org.jdom   
org.jdom.input   
 

Uses of JDOMException in org.jdom
 

Subclasses of JDOMException in org.jdom
 interface DataConversionException
          DataConversionException is thrown when a requested XML value is requested to be converted, and conversion fails.
 interface NoSuchAttributeException
          NoSuchAttributeException is thrown when a requested XML attribute is searched for and does not exist.
 interface NoSuchElementException
          NoSuchElementException is thrown when a requested XML element is searched for and does not exist.
 interface NoSuchProcessingInstructionException
          NoSuchProcessingInstructionException is thrown when a requested XML processing instruction is searched for and does not exist.
 

Uses of JDOMException in org.jdom.input
 

Methods in org.jdom.input that throw JDOMException
abstract  Document AbstractBuilder.build(java.io.InputStream in)
           This builds a document from the supplied input stream.
 Document AbstractBuilder.build(java.io.File file)
           This builds a document from the supplied filename.
 Document AbstractBuilder.build(java.net.URL url)
           This builds a document from the supplied URL.
 Document DOMBuilder.build(java.io.InputStream in)
           This builds a document from the supplied input stream.
 Document Builder.build(java.io.InputStream in)
           This builds a document from the supplied input stream.
 Document Builder.build(java.io.File file)
           This builds a document from the supplied filename.
 Document Builder.build(java.net.URL url)
           This builds a document from the supplied URL.
 Document SAXBuilder.build(java.io.InputStream in)
           This builds a document from the supplied input stream.
 



Copyright © 2000 Brett McLaughlin, Jason Hunter. All Rights Reserved.