dLife Home Page

dlife.robot.controllers.subsumption
Class DuplicateOutputKeyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
DuplicateOutputKeyException(String msg)
          Construct a new DuplicateOutputKeyException.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DuplicateOutputKeyException

public DuplicateOutputKeyException(String msg)
Construct a new DuplicateOutputKeyException.

Parameters:
msg - the exception message.

dLife Home Page