Class BadObjectException

  • All Implemented Interfaces:
    java.io.Serializable

    public class BadObjectException
    extends 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.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      RDFNode getObject()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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()