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

public static class OntApiException.Unsupported extends OntApiException
A RuntimeException for unsupported things. Created by @ssz on 29.09.2016.
See Also:
  • Constructor Details

    • Unsupported

      public Unsupported()
    • Unsupported

      public Unsupported(String message)