Class InvalidActionException

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      AbstractActionModel getAction()  
      java.lang.String getTarget()  
      ActionType getType()  
      • 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

      • InvalidActionException

        public InvalidActionException​(java.lang.String message,
                                      java.lang.Throwable cause,
                                      ActionType type,
                                      java.lang.String target)
      • InvalidActionException

        public InvalidActionException​(java.lang.String message,
                                      java.lang.Throwable cause,
                                      AbstractActionModel action)
    • Method Detail

      • getType

        public ActionType getType()
        Returns:
        the type
      • getTarget

        public java.lang.String getTarget()
        Returns:
        the target