com.hp.hpl.jena.shared
Class JenaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hp.hpl.jena.shared.JenaException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AlreadyExistsException, AlreadyLinkedViewException, AltHasNoDefaultException, com.hp.hpl.jena.assembler.exceptions.AssemblerException, AssertionFailureException, BadBooleanException, BadCharLiteralException, BadDescriptionException, BadURIException, BrokenException, BufferPipe.BoundedBufferPutException, BufferPipe.BoundedBufferTakeException, BuiltinException, CannotCreateException, CannotEncodeCharacterException, CannotReifyException, ClosedException, ConfigException, DatatypeFormatException, DoesNotExistException, DoesNotReifyException, EmptyListException, EmptyListUpdateException, GraphQuery.UnboundVariableException, HasNoModelException, IllegalDateTimeFieldException, InvalidListException, InvalidPropertyURIException, ListIndexException, LiteralRequiredException, NamespaceEndsWithNameCharException, Node.NotLiteral, NoReaderForLangException, NoReasonerSuppliedException, NoSuchReasonerException, NotFoundException, NoWriterForLangException, OntologyException, PrefixMapping.IllegalPrefixException, PrefixMapping.JenaLockedException, PropertyNotFoundException, QueryStageException, ReasonerException, ResourceRequiredException, Rule.ParserException, SeqIndexBoundsException, SyntaxError, UnknownPropertyException, UnsupportedPolymorphismException, UpdateDeniedException, WrappedException, WrappedIOException
public class JenaException
- extends RuntimeException
This should be a superclass of exceptions arising from Jena code.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JenaException
public JenaException()
JenaException
public JenaException(String message)
JenaException
public JenaException(Throwable cause)
JenaException
public JenaException(String message,
Throwable cause)
Licenced under the Apache License, Version 2.0