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:
- AlreadyLinkedViewException, BadDescriptionException, BadURIException, BrokenException, BufferPipe.BoundedBufferPutException, BufferPipe.BoundedBufferTakeException, BuiltinException, CannotReifyException, ClosedException, DatatypeFormatException, DIGReasonerException, EmptyListException, EmptyListUpdateException, IllegalDateTimeFieldException, InvalidListException, ListIndexException, NamespaceEndsWithNameCharException, NoReasonerSuppliedException, NoSuchReasonerException, OntologyException, PrefixMapping.IllegalPrefixException, PrefixMapping.JenaLockedException, Query.UnboundVariableException, QueryStageException, RDFException, RDFRDBException, ReasonerException, Rule.ParserException, UnsupportedPolymorphismException, UpdateDeniedException, WrappedException, WrappedIOException
public class JenaException
- extends RuntimeException
This should be a superclass of most exceptions
arising from Jena code.
- Author:
- jjc
- See Also:
- Serialized Form
JenaException
public JenaException(String message)
- Constructor for JenaException.
- Parameters:
message
-
JenaException
public JenaException()
JenaException
public JenaException(Throwable cause)
- Java 1.4 bits ....
Constructor for JenaException.
- Parameters:
cause
-
JenaException
public JenaException(String message,
Throwable cause)
getCause
public Throwable getCause()
- Overrides:
getCause
in class Throwable
printStackTrace
public void printStackTrace(PrintStream s)
- Overrides:
printStackTrace
in class Throwable
printStackTrace
public void printStackTrace(PrintWriter w)
- Overrides:
printStackTrace
in class Throwable
Copyright © 2000, 2001, 2002, 2003, 2004 Hewlett-Packard Development Company, LP