Class JavaScriptExceptionEvent

java.lang.Object
com.jbstrap.core.event.BaseEvent
com.jbstrap.core.event.JavaScriptExceptionEvent
All Implemented Interfaces:
AsyncEvent

public class JavaScriptExceptionEvent extends BaseEvent implements AsyncEvent
Since:
4.0
Author:
JBStrap
  • Constructor Details

    • JavaScriptExceptionEvent

      public JavaScriptExceptionEvent()
  • Method Details

    • fireEvent

      public void fireEvent()
      Specified by:
      fireEvent in class BaseEvent
    • getCode

      public String getCode()
      Returns:
      The JavaScript that was executed
    • getLine

      public String getLine()
      Returns:
      The number of the line where the error occured
    • getColumn

      public String getColumn()
      Returns:
      The number of the column where the error occured
    • getMessage

      public String getMessage()
      Returns:
      The error message text
    • getStack

      public String getStack()
      Returns:
      The stack,(call chain)