com.hp.hpl.jena.assembler
Class BadObjectException

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
                  extended by com.hp.hpl.jena.assembler.exceptions.AssemblerException
                      extended by com.hp.hpl.jena.assembler.BadObjectException
All Implemented Interfaces:
Serializable

public class BadObjectException
extends com.hp.hpl.jena.assembler.exceptions.AssemblerException

Exception used to report that the object of a statement is not a Resource. The subject of the exception is treated as the root object. The nature of the unsuitability is (currently) not described.

Author:
kers
See Also:
Serialized Form

Constructor Summary
BadObjectException(Statement s)
           
 
Method Summary
 RDFNode getObject()
           
 
Methods inherited from class com.hp.hpl.jena.assembler.exceptions.AssemblerException
getDoing, getRoot, pushDoing, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BadObjectException

public BadObjectException(Statement s)
Method Detail

getObject

public RDFNode getObject()


Licenced under the Apache License, Version 2.0