Class OntJenaException.Conversion

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

public static class OntJenaException.Conversion extends 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:
  • Constructor Details

    • Conversion

      public Conversion(String message, Throwable cause)
    • Conversion

      public Conversion(String message)