Package com.jbstrap.core.event
Class JavaScriptExceptionEvent
java.lang.Object
com.jbstrap.core.event.BaseEvent
com.jbstrap.core.event.JavaScriptExceptionEvent
- All Implemented Interfaces:
AsyncEvent
- Since:
- 4.0
- Author:
- JBStrap
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class com.jbstrap.core.event.BaseEvent
getClient, getComponent, getEventId, getEventType, getSenderId
-
Constructor Details
-
JavaScriptExceptionEvent
public JavaScriptExceptionEvent()
-
-
Method Details
-
fireEvent
public void fireEvent() -
getCode
- Returns:
- The JavaScript that was executed
-
getLine
- Returns:
- The number of the line where the error occured
-
getColumn
- Returns:
- The number of the column where the error occured
-
getMessage
- Returns:
- The error message text
-
getStack
- Returns:
- The stack,(call chain)
-