Uses of Class
thewebsemantic.NotFoundException

Packages that use NotFoundException
thewebsemantic   
thewebsemantic.binding   
 

Uses of NotFoundException in thewebsemantic
 

Methods in thewebsemantic that throw NotFoundException
<T> T
RDF2Bean.load(java.lang.Class<T> c, int id)
          same as load(String) overloaded for id's of type integer.
<T> T
RDF2Bean.load(java.lang.Class<T> c, java.lang.String id)
          Loads an ontology individual as a java bean, based on annotations or bindings applied to Class c.
<T> T
Includer.load(java.lang.Class<T> c, java.lang.String id)
           
protected
<T> T
RDF2Bean.load(java.lang.Class<T> c, java.lang.String id, boolean shallow)
           
<T> T
RDF2Bean.load(java.lang.Class<T> c, java.lang.String id, java.lang.String[] includes)
          Similar to load(Class, String), with the ability to include non-functional Collection based properties.
 java.lang.Object RDF2Bean.load(java.lang.Object target)
          Loads an object from model with the same identifier as target.
 T RdfBean.load(java.lang.String id)
           
<T> T
RDF2Bean.loadDeep(java.lang.Class<T> c, int id)
          loadDeep will load a particular individual and all it's properties, recursively.
<T> T
RDF2Bean.loadDeep(java.lang.Class<T> c, java.lang.String id)
          Same as loadDeep(Class, String) overloaded for id's of type integer.
 T RdfBean.refresh()
           
 

Uses of NotFoundException in thewebsemantic.binding
 

Methods in thewebsemantic.binding that throw NotFoundException
static
<E> E
Jenabean.load(java.lang.Class<E> c, int id)
           
static
<E> E
Jenabean.load(java.lang.Class<E> c, java.lang.String id)