Uses of Class
org.jicengine.operation.Context.DuplicateNameException

Packages that use Context.DuplicateNameException
org.jicengine.operation   
 

Uses of Context.DuplicateNameException in org.jicengine.operation
 

Methods in org.jicengine.operation that throw Context.DuplicateNameException
 void Context.addObject(java.lang.String name, java.lang.Object object)
          If addObject success, the object stored will be returned by getObject with the same name.