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:
- java.io.Serializable
- Direct Known Subclasses:
- AlreadyLinkedViewException, BadDescriptionException, BadURIException, BrokenException, BufferPipe.BoundedBufferPutException, BufferPipe.BoundedBufferTakeException, BuiltinException, CannotReifyException, ClosedException, ConfigException, DatatypeFormatException, DIGReasonerException, EmptyListException, EmptyListUpdateException, IllegalDateTimeFieldException, InvalidListException, ListIndexException, NamespaceEndsWithNameCharException, Node.NotLiteral, NoReasonerSuppliedException, NoSuchReasonerException, NotFoundException, OntologyException, PrefixMapping.IllegalPrefixException, PrefixMapping.JenaLockedException, Query.UnboundVariableException, QueryStageException, RDFException, RDFRDBException, ReasonerException, Rule.ParserException, UnsupportedPolymorphismException, UpdateDeniedException, WrappedException, WrappedIOException
public class JenaException
- extends java.lang.RuntimeException
This should be a superclass of most exceptions
arising from Jena code.
- Author:
- jjc
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
JenaException
public JenaException(java.lang.String message)
- Constructor for JenaException.
- Parameters:
message
-
JenaException
public JenaException()
JenaException
public JenaException(java.lang.Throwable cause)
- Java 1.4 bits ....
Constructor for JenaException.
- Parameters:
cause
-
JenaException
public JenaException(java.lang.String message,
java.lang.Throwable cause)
getCause
public java.lang.Throwable getCause()
- Overrides:
getCause
in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintStream s)
- Overrides:
printStackTrace
in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintWriter w)
- Overrides:
printStackTrace
in class java.lang.Throwable
Copyright © 2000, 2001, 2002, 2003, 2004, 2005 Hewlett-Packard Development Company, LP