Uses of Class
org.apache.jena.iri.Violation

Packages that use Violation
org.apache.jena.iri An implementation of RFC 3987, Internationalized Resource Identifiers, and of related standards. 
org.apache.jena.iri.impl   
 

Uses of Violation in org.apache.jena.iri
 

Methods in org.apache.jena.iri that return Violation
abstract  Violation IRIException.getViolation()
          Access details of the error in the IRI being processed.
 

Methods in org.apache.jena.iri that return types with arguments of type Violation
abstract  Iterator<Violation> IRI.violations(boolean includeWarnings)
          The error and warning conditions associated with this IRI violating the standards associated with its factory.
 

Uses of Violation in org.apache.jena.iri.impl
 

Subclasses of Violation in org.apache.jena.iri.impl
 class ViolationImpl
           
 

Methods in org.apache.jena.iri.impl that return Violation
 Violation IRIImplException.getViolation()
           
 

Methods in org.apache.jena.iri.impl that return types with arguments of type Violation
 Iterator<Violation> AbsIRIImpl.allViolations()
           
 Iterator<Violation> AbsIRIImpl.violations(boolean includeWarnings)
           
 

Constructors in org.apache.jena.iri.impl with parameters of type Violation
IRIImplException(Violation e)
           
 



Licenced under the Apache License, Version 2.0