public abstract class V8ScriptException extends V8RuntimeException
| Modifier and Type | Method and Description |
|---|---|
int |
getEndColumn()
Get the JavaScript column where the error ends.
|
String |
getFileName()
Get the file name contains the script that was currently executing.
|
String |
getJSMessage()
Get the message set by the JavaScript exception.
|
String |
getJSStackTrace()
Get the JavaScript Stack as a String.
|
int |
getLineNumber()
Get the line number that the failure occurred on.
|
String |
getMessage() |
String |
getSourceLine()
Get the JavaScript line of source that caused the error.
|
int |
getStartColumn()
Get the JavaScript column where the error begins.
|
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic String getJSStackTrace()
public String getFileName()
public int getLineNumber()
public int getStartColumn()
public int getEndColumn()
public String getSourceLine()
public String getMessage()
getMessage in class Throwablepublic String getJSMessage()
Copyright © 2015. All rights reserved.