Uses of Class
net.javamud.run.DuplicateIdentityException

Packages that use DuplicateIdentityException
net.javamud.core   
net.javamud.data   
net.javamud.run   
 

Uses of DuplicateIdentityException in net.javamud.core
 

Methods in net.javamud.core that throw DuplicateIdentityException
 void MudObject.setIdentity(String identity)
          Unique Identity of this.
 

Uses of DuplicateIdentityException in net.javamud.data
 

Methods in net.javamud.data that throw DuplicateIdentityException
 void MORegistry.add(MudObject object)
          Add a MudObject to registry.
 

Uses of DuplicateIdentityException in net.javamud.run
 

Methods in net.javamud.run that throw DuplicateIdentityException
 void Linker.register(MudObject mo)
          Register mo with the Linker.