Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/beanshell/beanshell
/ getErrorText
Method
getErrorText
src/bsh/EvalError.java:102–107 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
100
}
101
102
public
String getErrorText() {
103
if
( node != null )
104
return
node.getText() ;
105
else
106
return
"<unknown error>"
;
107
}
108
109
public
int
getErrorLineNumber() {
110
if
( node != null )
Callers
nothing calls this directly
Calls
1
getText
Method · 0.80
Tested by
no test coverage detected