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:
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

Constructor Summary
JenaException()
           
JenaException(String message)
          Constructor for JenaException.
JenaException(String message, Throwable cause)
           
JenaException(Throwable cause)
          Java 1.4 bits ....
 
Method Summary
 Throwable getCause()
           
 void printStackTrace(PrintStream s)
           
 void printStackTrace(PrintWriter w)
           
 
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
 

Constructor Detail

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)
Method Detail

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