Uses of Class
edu.wpi.ebob.model.ObjectRemovalNotSupportedException

Packages that use ObjectRemovalNotSupportedException
edu.wpi.ebob.model   
 

Uses of ObjectRemovalNotSupportedException in edu.wpi.ebob.model
 

Methods in edu.wpi.ebob.model that throw ObjectRemovalNotSupportedException
 boolean ObjectBench.removeObject(java.lang.String name)
          removes an object with the specified name from the Object Bench.
 boolean ObjectBench.removeObjects(IClass c)
          Removes all objects of the specified class.