com.hp.hpl.mesa.rdf.jena.rdb
Class RDFRDBException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.hp.hpl.mesa.rdf.jena.model.RDFException
                    |
                    +--com.hp.hpl.mesa.rdf.jena.rdb.RDFRDBException
All Implemented Interfaces:
java.io.Serializable

public class RDFRDBException
extends RDFException

Used to signal most errors with RDB access. Extends RDFException to allow new error messages.

Version:
$Revision: 1.2 $ on $Date: 2001/11/26 18:20:10 $
Author:
Dave Reynolds
See Also:
Serialized Form

Fields inherited from class com.hp.hpl.mesa.rdf.jena.model.RDFException
ALTHASNODEFAULT, ASSERTIONFAILURE, INVALIDBOOLEANFORMAT, INVALIDERRORCODE, INVALIDPROPERTYURI, ITERATORCLOSED, LITERALNOTCHAR, NESTEDEXCEPTION, NOREADERFORLANG, NORESOURCECONSTRUCTOR, NOSUCHELEMENT, NOTANONRESOURCE, NOTRELATEDTOMODEL, NOWRITERFORLANG, OBJECTNOTLITERAL, OBJECTNOTRESOURCE, OBJECTWRONGTYPE, PROPERTYNOTFOUND, SELECTOREXCEPTION, SEQINDEXBOUNDS, STATEMENTNOTPRESENT, SYNTAXERROR, UNKNOWNPROPERTY, UNSUPPORTEDOPERATION
 
Constructor Summary
RDFRDBException(java.lang.String message)
          Construct and exception with given error message
RDFRDBException(java.lang.String message, java.lang.Exception exception)
          Construct and exception with given error message and nested exception
 
Method Summary
 java.lang.String toString()
          Return an error message describing the exception.
 
Methods inherited from class com.hp.hpl.mesa.rdf.jena.model.RDFException
getErrorCode, getNestedException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RDFRDBException

public RDFRDBException(java.lang.String message)
Construct and exception with given error message

RDFRDBException

public RDFRDBException(java.lang.String message,
                       java.lang.Exception exception)
Construct and exception with given error message and nested exception
Method Detail

toString

public java.lang.String toString()
Return an error message describing the exception.
Overrides:
toString in class RDFException
Returns:
the error message


Copyright © 2001 Hewlett-Packard. All Rights Reserved.