Uses of Class
jcreek.util.CreekException

Packages that use CreekException
jcreek.representation   
jcreek.representation.inference   
 

Uses of CreekException in jcreek.representation
 

Subclasses of CreekException in jcreek.representation
 class EntityTypeNotMatchedException
          Title: EntityTypeNotMatchedException Description: Thrown when an attempt is made to instanciate an EntityType with an entity that do not match the pattern expressed by this type.
 class NameAlreadyExistException
          Exception generated when trying to set the name of an entity to a name that already exists.
 class NoSuchEntityException
          hrown when attempting to reference an entity by a string and this string does not identify an entity in the current knowledge model.
 class NoSuchRelationException
          Title: NoSuchRelationException Description: Copyright: Copyright (c) 2002 Company: NTNU
 class NoSuchRelationTypeException
          Title: NoSuchRelationTypeException Description: Thrown when attempting to reference a relation type by a string and this string does not identify a relation type in the current knowledge model.
 

Uses of CreekException in jcreek.representation.inference
 

Subclasses of CreekException in jcreek.representation.inference
 class TaskTooComplexException
          Thrown when a task is too complex according to some measure.
 



Created at IDI, NTNU by the Artificial Intelligence and Learning group