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.IllegalState
- All Implemented Interfaces:
Serializable
- Enclosing class:
- OntJenaException
A Jena exception that indicates that Jena-object state is broken,
which may happen in multithreading or in other uncommon situations.
- 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
-
IllegalState
public IllegalState() -
IllegalState
-
IllegalState
-