Class DoesNotExist

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.jena.shared.JenaException
org.apache.jena.sparql.DoesNotExist
All Implemented Interfaces:
Serializable

public class DoesNotExist extends org.apache.jena.shared.JenaException
See Also:
  • Constructor Details

    • DoesNotExist

      public DoesNotExist()
    • DoesNotExist

      public DoesNotExist(Throwable cause)
    • DoesNotExist

      public DoesNotExist(String msg)
    • DoesNotExist

      public DoesNotExist(String msg, Throwable cause)