Class ManchesterSemanticException

java.lang.Object
java.lang.Throwable
java.lang.Exception
it.uniroma2.art.semanticturkey.exceptions.IncompatibleResourceException
it.uniroma2.art.semanticturkey.exceptions.manchester.ManchesterSemanticException
All Implemented Interfaces:
Serializable

public class ManchesterSemanticException extends IncompatibleResourceException
Author:
Andrea Turbati
See Also:
  • Constructor Details

    • ManchesterSemanticException

      public ManchesterSemanticException(String msg, int pos, String qname, org.eclipse.rdf4j.model.IRI resource)
  • Method Details

    • getMsg

      public String getMsg()
    • getPos

      public int getPos()
    • getResource

      public org.eclipse.rdf4j.model.IRI getResource()
    • getQname

      public String getQname()