Class ExceptionRequest

java.lang.Object
com.softwaremining.ui.screenrequest.ExceptionRequest
All Implemented Interfaces:
IScreenInteraction

public class ExceptionRequest extends Object implements IScreenInteraction
Instance of this serializable object should be created and sent to screen-server side in case of exception on program-logic side
  • Constructor Details

    • ExceptionRequest

      public ExceptionRequest(Throwable t)
  • Method Details

    • getStackTrace

      public String getStackTrace()
    • getMessage

      public String getMessage()