Class DoesNotExistException

All Implemented Interfaces:
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:
  • Constructor Details

    • DoesNotExistException

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