Class ActionException

All Implemented Interfaces:
Serializable

public class ActionException extends RuntimeException
See Also:
  • Constructor Details

    • ActionException

      public ActionException()
    • ActionException

      public ActionException(String message)
    • ActionException

      public ActionException(Throwable cause)
    • ActionException

      public ActionException(Object data)
  • Method Details

    • updateStack

      public void updateStack(String parentName, String bodyName, String fileName, int lineNumber)
    • getData

      public Object getData()