public class ScriptError extends Object
| Constructor and Description |
|---|
ScriptError() |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnNumber()
Set the column number on which the error occurred.
|
int |
getLineNumber()
Get the line number on which the error occurred.
|
String |
getMessage()
Get the message that describes the error.
|
String |
getScriptName()
Get the name of the script in which the error occurred.
|
void |
setColumnNumber(int columnNumber)
Set the column number on which the error occurred.
|
void |
setLineNumber(int lineNumber)
Set the line number on which the error occurred.
|
void |
setMessage(String message)
Set the message that describes the error.
|
void |
setScriptName(String scriptName)
Set the name of the script in which the error occurred.
|
String |
toString() |
public String getScriptName()
public void setScriptName(String scriptName)
scriptName - the script name.public String getMessage()
public void setMessage(String message)
message - the error message.public int getLineNumber()
public void setLineNumber(int lineNumber)
lineNumber - the line number on which the error occurred.public int getColumnNumber()
public void setColumnNumber(int columnNumber)
columnNumber - the line number on which the error occurred.Copyright © 2010–2024 Open Identity Platform Community. All rights reserved.