public class ExceptionDetails extends Object
| Constructor and Description |
|---|
ExceptionDetails() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getColumnNumber()
Column number of the exception location (0-based).
|
RemoteObject |
getException()
Exception object if available.
|
Integer |
getExceptionId()
Exception id.
|
Integer |
getExecutionContextId()
Identifier of the context where exception happened.
|
Integer |
getLineNumber()
Line number of the exception location (0-based).
|
String |
getScriptId()
Script ID of the exception location.
|
StackTrace |
getStackTrace()
JavaScript stack trace if available.
|
String |
getText()
Exception text, which should be used together with exception object when available.
|
String |
getUrl()
URL of the exception location, to be used when the script was not reported.
|
void |
setColumnNumber(Integer columnNumber)
Column number of the exception location (0-based).
|
void |
setException(RemoteObject exception)
Exception object if available.
|
void |
setExceptionId(Integer exceptionId)
Exception id.
|
void |
setExecutionContextId(Integer executionContextId)
Identifier of the context where exception happened.
|
void |
setLineNumber(Integer lineNumber)
Line number of the exception location (0-based).
|
void |
setScriptId(String scriptId)
Script ID of the exception location.
|
void |
setStackTrace(StackTrace stackTrace)
JavaScript stack trace if available.
|
void |
setText(String text)
Exception text, which should be used together with exception object when available.
|
void |
setUrl(String url)
URL of the exception location, to be used when the script was not reported.
|
public Integer getExceptionId()
public void setExceptionId(Integer exceptionId)
public String getText()
public void setText(String text)
public Integer getLineNumber()
public void setLineNumber(Integer lineNumber)
public Integer getColumnNumber()
public void setColumnNumber(Integer columnNumber)
public String getScriptId()
public void setScriptId(String scriptId)
public String getUrl()
public void setUrl(String url)
public StackTrace getStackTrace()
public void setStackTrace(StackTrace stackTrace)
public RemoteObject getException()
public void setException(RemoteObject exception)
public Integer getExecutionContextId()
public void setExecutionContextId(Integer executionContextId)
Copyright © 2020. All rights reserved.