Uses of Class
core.SimError

Packages that use SimError
core Contains core classes and interfaces of the simulator. 
 

Uses of SimError in core
 

Subclasses of SimError in core
 class SettingsError
          Settings related error
 

Methods in core that throw SimError
 void Message.addProperty(java.lang.String key, java.lang.Object value)
          Adds a generic property for this message.
 void Message.updateProperty(java.lang.String key, java.lang.Object value)
          Updates a value for an existing property.