Uses of Class
com.hp.hpl.jena.iri.IRIException

Packages that use IRIException
com.hp.hpl.jena.iri An implementation of RFC 3987, Internationalized Resource Identifiers, and of related standards. 
com.hp.hpl.jena.iri.impl   
 

Uses of IRIException in com.hp.hpl.jena.iri
 

Methods in com.hp.hpl.jena.iri that throw IRIException
 IRI IRIFactoryI.construct(IRI i)
          Make a new IRI object (possibly including IRI resolution), and check it for violations of the standards being enforced by the factory.
 IRI IRIFactoryI.construct(String s)
          Make a new IRI object (possibly including IRI resolution), and check it for violations of the standards being enforced by the factory.
 IRI IRIFactory.construct(String scheme, String userInfo, String host, int port, String path, String query, String fragment)
          Create an IRI from the given components.
 IRI IRIFactory.construct(String scheme, String authority, String path, String query, String fragment)
          Create an IRI from the given components.
 

Uses of IRIException in com.hp.hpl.jena.iri.impl
 

Subclasses of IRIException in com.hp.hpl.jena.iri.impl
 class IRIImplException
           
 

Methods in com.hp.hpl.jena.iri.impl that throw IRIException
 IRI AbsIRIFactoryImpl.construct(IRI i)
           
 IRI AbsIRIFactoryImpl.construct(String s)
           
 



Copyright ? 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP