Uses of Class
thewebsemantic.NotFoundException
-
Packages that use NotFoundException Package Description thewebsemantic thewebsemantic.binding -
-
Uses of NotFoundException in thewebsemantic
Methods in thewebsemantic that throw NotFoundException Modifier and Type Method Description <T> TIncluder. load(Class<T> c, String id)<T> TRDF2Bean. load(Class<T> c, Object id)Loads an ontology individual as a java bean, based on annotations or bindings applied to Class c.protected <T> TRDF2Bean. load(Class<T> c, String id, boolean shallow)<T> TRDF2Bean. load(Class<T> c, String id, String[] includes)Similar to load(Class, String), with the ability to include non-functional Collection based properties.ObjectRDF2Bean. load(String uri)<T> TRDF2Bean. loadDeep(Class<T> c, Object id)loadDeep will load a particular individual and all it's properties, recursively. -
Uses of NotFoundException in thewebsemantic.binding
Methods in thewebsemantic.binding that throw NotFoundException Modifier and Type Method Description static <E> EJenabean. load(Class<E> c, int id)static <E> EJenabean. load(Class<E> c, String id)TRdfBean. load(String id)
-