Uses of Class
org.apache.jena.iri.Violation
-
Packages that use Violation Package Description 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 Modifier and Type Method Description abstract ViolationIRIException. 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 Modifier and Type Method Description abstract java.util.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 Modifier and Type Class Description classViolationImplMethods in org.apache.jena.iri.impl that return Violation Modifier and Type Method Description ViolationIRIImplException. getViolation()Methods in org.apache.jena.iri.impl that return types with arguments of type Violation Modifier and Type Method Description java.util.Iterator<Violation>AbsIRIImpl. allViolations()java.util.Iterator<Violation>AbsIRIImpl. violations(boolean includeWarnings)Constructors in org.apache.jena.iri.impl with parameters of type Violation Constructor Description IRIImplException(Violation e)
-