Uses of Class
be.destin.skos.html.LocalError

Packages that use LocalError
be.destin.skos.core In memory model for SKOS data: core classes, read me first! 
 

Uses of LocalError in be.destin.skos.core
 

Methods in be.destin.skos.core that return LocalError
 LocalError SchemeInterface.getErrors()
           
 LocalError NoScheme.getErrors()
           
 LocalError Concept.getErrors()
           
 

Methods in be.destin.skos.core with parameters of type LocalError
 void SchemeInterface.setErrors(LocalError errors)
           
 void NoScheme.setErrors(LocalError errors)
           
 void Concept.setErrors(LocalError errors)