org.asmatron.messengine.action
Class DuplicateActionHandlerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.asmatron.messengine.action.DuplicateActionHandlerException
All Implemented Interfaces:
java.io.Serializable

public class DuplicateActionHandlerException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
DuplicateActionHandlerException(ActionHandler<?> newHandler, ActionHandler<?> oldHandler, ActionId<?> action)
           
 
Method Summary
 ActionId<?> getAction()
           
 ActionHandler<?> getNewHandler()
           
 ActionHandler<?> getOldHandler()
           
 
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

DuplicateActionHandlerException

public DuplicateActionHandlerException(ActionHandler<?> newHandler,
                                       ActionHandler<?> oldHandler,
                                       ActionId<?> action)
Method Detail

getNewHandler

public ActionHandler<?> getNewHandler()

getOldHandler

public ActionHandler<?> getOldHandler()

getAction

public ActionId<?> getAction()


Copyright © 2011. All Rights Reserved.