Class JenaException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AlreadyExistsException, AlreadyLinkedViewException, AltHasNoDefaultException, AssemblerException, AssertionFailureException, BadBooleanException, BadCharLiteralException, BadDescriptionException, BrokenException, BuiltinException, CannotEncodeCharacterException, CannotReifyException, ClosedException, ConfigException, DatatypeFormatException, DoesNotExistException, DoesNotReifyException, EmptyListException, EmptyListUpdateException, HasNoModelException, IllegalDateTimeFieldException, InvalidListException, InvalidPropertyURIException, IRIException, JenaNodeException, ListIndexException, LiteralRequiredException, NamespaceEndsWithNameCharException, Node.NotLiteral, NoReaderForLangException, NoReasonerSuppliedException, NoSuchReasonerException, NotFoundException, NoWriterForLangException, OntologyException, OperationDeniedException, PrefixMapping.IllegalPrefixException, PrefixMapping.JenaLockedException, PropertyNotFoundException, ReasonerException, ResourceRequiredException, Rule.ParserException, SeqIndexBoundsException, SyntaxError, UnknownPropertyException, UnsupportedPolymorphismException, WrappedException, WrappedIOException

public class JenaException extends RuntimeException
This should be a superclass of exceptions arising from Jena code.
See Also:
  • Constructor Details

    • JenaException

      public JenaException()
    • JenaException

      public JenaException(String message)
    • JenaException

      public JenaException(Throwable cause)
    • JenaException

      public JenaException(String message, Throwable cause)