Class DoesNotExistException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    RulesetNotFoundException

    public class DoesNotExistException
    extends JenaException
    Exception thrown when an attempt is made find an entity by name, but it cannot be located.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      DoesNotExistException​(java.lang.String name)
      The entity name does not exist.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DoesNotExistException

        public DoesNotExistException​(java.lang.String name)
        The entity name does not exist.