Class IRIException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RelativeIRIException

public class IRIException extends JenaException
Exception thrown due to IRI problems.

Problems can be:

  • parse errors (the IRI string does not conform to the grammar in RFC 3986.
  • URI scheme specific errors.
  • Not acceptable for usage intended (in RDF a URI must be absolute and conform to schema-specific rules for an absolute URI).
See Also:
  • Constructor Details

    • IRIException

      public IRIException(String msg)
    • IRIException

      public IRIException(String msg, Throwable ex)