Uses of Class
org.eclipse.higgins.idas.api.model.IdASModelException

Packages that use IdASModelException
org.eclipse.higgins.idas.api.model This package defines core set of interfaces to simplify query and interpretation of IdAS context's schemas. 
 

Uses of IdASModelException in org.eclipse.higgins.idas.api.model
 

Methods in org.eclipse.higgins.idas.api.model that throw IdASModelException
 IContextModel IContextModelFactory.createContextModel(URI schema)
          Creates IContextModel representation of context's ontology model supplied as the parameter.
 IContextModel IContextModelFactory.createContextModel(URL schema)
          Creates IContextModel representation of context's ontology model supplied as the parameter.
 IContextModel IContextModelFactory.createContextModel(String schema)
          Creates IContextModel representation of context's ontology model supplied as the parameter.
 IContextModel IContextModelFactory.createContextModel(InputStream schema)
          Creates IContextModel representation of context's ontology model supplied as the parameter.