java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.jena.shared.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,StmtTermRequiredException,SyntaxError,UnknownPropertyException,UnsupportedPolymorphismException,WrappedException,WrappedIOException
This should be a superclass of exceptions arising from Jena code.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJenaException(String message) JenaException(String message, Throwable cause) JenaException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JenaException
public JenaException() -
JenaException
-
JenaException
-
JenaException
-