Class IRIException

  • All Implemented Interfaces:
    java.io.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:
      Serialized Form
      • Constructor Summary

        Constructors 
        Constructor Description
        IRIException​(java.lang.String msg)  
        IRIException​(java.lang.String msg, java.lang.Throwable ex)  
      • Method Summary

        • Methods inherited from class java.lang.Throwable

          addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
        • Methods inherited from class java.lang.Object

          equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Constructor Detail

        • IRIException

          public IRIException​(java.lang.String msg)
        • IRIException

          public IRIException​(java.lang.String msg,
                              java.lang.Throwable ex)