Package org.apache.jena.shared
Class JenaException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.jena.shared.JenaException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
AlreadyExistsException
,AlreadyLinkedViewException
,AltHasNoDefaultException
,AssemblerException
,AssertionFailureException
,BadBooleanException
,BadCharLiteralException
,BadDescriptionException
,BadURIException
,BrokenException
,BuiltinException
,CannotEncodeCharacterException
,CannotReifyException
,ClosedException
,ConfigException
,DatatypeFormatException
,DoesNotExistException
,DoesNotReifyException
,EmptyListException
,EmptyListUpdateException
,HasNoModelException
,IllegalDateTimeFieldException
,InvalidListException
,InvalidPropertyURIException
,IRIException
,JenaNodeException
,JenaURIException
,ListIndexException
,LiteralRequiredException
,NamespaceEndsWithNameCharException
,Node.NotLiteral
,NoReaderForLangException
,NoReasonerSuppliedException
,NoSuchReasonerException
,NotFoundException
,NoWriterForLangException
,OntologyException
,OperationDeniedException
,PrefixMapping.IllegalPrefixException
,PrefixMapping.JenaLockedException
,PropertyNotFoundException
,ReasonerException
,ResourceRequiredException
,Rule.ParserException
,SeqIndexBoundsException
,SyntaxError
,TurtleParseException
,UnknownPropertyException
,UnsupportedPolymorphismException
,WrappedException
,WrappedIOException
public class JenaException extends java.lang.RuntimeException
This should be a superclass of exceptions arising from Jena code.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JenaException()
JenaException(java.lang.String message)
JenaException(java.lang.String message, java.lang.Throwable cause)
JenaException(java.lang.Throwable cause)
-