com.hp.hpl.jena.shared
Class JenaException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.hp.hpl.jena.shared.JenaException
All Implemented Interfaces:
java.io.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, HasNoModelException, IllegalDateTimeFieldException, InvalidListException, InvalidPropertyURIException, ListIndexException, LiteralRequiredException, NamespaceEndsWithNameCharException, Node.NotLiteral, NoReaderForLangException, NoReasonerSuppliedException, NoSuchReasonerException, NotFoundException, NoWriterForLangException, OntologyException, PrefixMapping.IllegalPrefixException, PrefixMapping.JenaLockedException, PropertyNotFoundException, Query.UnboundVariableException, QueryStageException, RDFRDBException, ReasonerException, ResourceRequiredException, Rule.ParserException, SeqIndexBoundsException, SyntaxError, UnknownPropertyException, UnsupportedPolymorphismException, UpdateDeniedException, 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
JenaException()
           
JenaException(java.lang.String message)
           
JenaException(java.lang.String message, java.lang.Throwable cause)
           
JenaException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JenaException

public JenaException()

JenaException

public JenaException(java.lang.String message)

JenaException

public JenaException(java.lang.Throwable cause)

JenaException

public JenaException(java.lang.String message,
                     java.lang.Throwable cause)


Copyright © 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP