Class NoHandlerForUnknownActionException

  • All Implemented Interfaces:
    Serializable

    public class NoHandlerForUnknownActionException
    extends RuntimeException
    Exception, that is thrown, when the ActionHandlerSet is queried for an unknown Action.
    See Also:
    Serialized Form
    • Constructor Detail

      • NoHandlerForUnknownActionException

        public NoHandlerForUnknownActionException​(Action<?> action)