Interface for a parameter map.
Supports [name, org.cougaar.lib.param.ParamTable] pairs.
If a parameter does not exist, a ParamException will be thrown.
This is not a RuntimeException,
so clients can use the try{}catch{} trick. The catch block is a
good place to put "default" values for parameters.