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
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:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.jena.ontapi.OntJenaException
OntJenaException.Conversion, OntJenaException.Creation, OntJenaException.IllegalArgument, OntJenaException.IllegalCall, OntJenaException.IllegalState, OntJenaException.Recursion, OntJenaException.Unsupported
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.jena.ontapi.OntJenaException
checkFalse, checkNotNull, checkNotNull, checkSupported, checkSupported, checkTrue, notNull, notNull, TODO
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Recursion
-