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.Conversion
- All Implemented Interfaces:
Serializable
- Enclosing class:
- OntJenaException
Exception that is thrown when an ontology resource is converted to another facet,
usually using
as()
,
and the requested conversion is not possible.- 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
-
Conversion
-
Conversion
-