Package com.github.owlcs.ontapi
Class OntApiException.Unsupported
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.semanticweb.owlapi.model.OWLRuntimeException
com.github.owlcs.ontapi.OntApiException
com.github.owlcs.ontapi.OntApiException.Unsupported
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
OntApiException.ModificationDenied
- Enclosing class:
OntApiException
A
RuntimeException for unsupported things.
Created by @ssz on 29.09.2016.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.github.owlcs.ontapi.OntApiException
OntApiException.IllegalArgument, OntApiException.IllegalState, OntApiException.ModificationDenied, OntApiException.Unsupported -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.github.owlcs.ontapi.OntApiException
mustNotBeNull, mustNotBeNull, notNull, notNullMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Unsupported
public Unsupported() -
Unsupported
-