com.hp.hpl.jena.shared
Class JenaException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.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, DatatypeFormatException, EmptyListException, EmptyListUpdateException, IllegalDateTimeFieldException, InvalidListException, ListIndexException, OntologyException, PrefixMapping.IllegalPrefixException, PrefixMapping.JenaLockedException, Query.UnboundVariableException, RDFException, RDFRDBException, ReasonerException, UnsupportedPolymorphismException, UpdateDeniedException

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

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

getCause

public java.lang.Throwable getCause()

printStackTrace

public void printStackTrace(java.io.PrintStream s)

printStackTrace

public void printStackTrace(java.io.PrintWriter w)


Copyright © 2000-2003 Hewlett-Packard. All Rights Reserved.