dlife.robot.controllers.subsumption
Class DuplicateOutputKeyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dlife.robot.controllers.subsumption.DuplicateOutputKeyException
- All Implemented Interfaces:
- Serializable
public class DuplicateOutputKeyException
- extends RuntimeException
Exception thrown by a SubsumptionController when a Behavior specifies an output
key that has already been specified by another Behavior.
- Version:
- Nov. 29, 2010
- Author:
- Grant Braught, Dickinson College
- See Also:
Behavior,
SubsumptionController,
Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DuplicateOutputKeyException
public DuplicateOutputKeyException(String msg)
- Construct a new DuplicateOutputKeyException.
- Parameters:
msg - the exception message.