|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(java.lang.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(java.lang.String scheme,
java.lang.String userInfo,
java.lang.String host,
int port,
java.lang.String path,
java.lang.String query,
java.lang.String fragment)
Create an IRI from the given components. |
IRI |
IRIFactory.construct(java.lang.String scheme,
java.lang.String authority,
java.lang.String path,
java.lang.String query,
java.lang.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(java.lang.String s)
|
protected IRI |
AbsIRIFactoryImpl.throwAnyErrors(IRI rslt)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||