com.hp.hpl.jena.rdf.model
Class DoesNotReifyException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.hp.hpl.jena.shared.JenaException
                  extended bycom.hp.hpl.jena.rdf.model.RDFException
                      extended bycom.hp.hpl.jena.rdf.model.DoesNotReifyException
All Implemented Interfaces:
java.io.Serializable

public class DoesNotReifyException
extends RDFException

This exception may be raised when an attempt to convert an RDFNode to a ReifiedStatement fails because the RDFNode does not correspond to a reification.

Author:
chris.dollin@hp.com
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.hp.hpl.jena.rdf.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
DoesNotReifyException(Node n)
           
 
Methods inherited from class com.hp.hpl.jena.rdf.model.RDFException
getCause, getErrorCode, getMessage, getNestedException, toString
 
Methods inherited from class com.hp.hpl.jena.shared.JenaException
printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DoesNotReifyException

public DoesNotReifyException(Node n)


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