Class Controller.TooManyActionsException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    Controller

    public class Controller.TooManyActionsException
    extends java.lang.RuntimeException
    TooManyActionsException is a RuntimeException indicating that adding a action failed, because the limit was reached.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      TooManyActionsException()
      Creates a message less TooManyActionsException
      TooManyActionsException​(java.lang.String s)
      Creates a TooManyActionsException with a message indicating the overflowing action.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • TooManyActionsException

        public TooManyActionsException()
        Creates a message less TooManyActionsException
      • TooManyActionsException

        public TooManyActionsException​(java.lang.String s)
        Creates a TooManyActionsException with a message indicating the overflowing action.
        Parameters:
        s - name of the action method, that failed