Class OntJenaException.Recursion

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.jena.shared.JenaException
org.apache.jena.ontapi.OntJenaException
org.apache.jena.ontapi.OntJenaException.Recursion
All Implemented Interfaces:
Serializable
Enclosing class:
OntJenaException

public static class OntJenaException.Recursion extends OntJenaException
An exception that is thrown if a recursion is found in the graph. Example of such a graph recursion:
 _:b0 a owl:Class ; owl:complementOf  _:b0 .
See Also:
  • Constructor Details

    • Recursion

      public Recursion(String message)