Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ statusError
Method
statusError
java/src/processing/mode/java/Commander.java:284–286 ·
view source on GitHub ↗
(String message)
Source
from the content-addressed store, hash-verified
282
283
284
public
void
statusError(String message) {
285
systemErr.println(message);
286
}
287
288
289
public
void
statusError(Exception exception) {
Callers
1
Commander
Method · 0.95
Calls
8
getCodeIndex
Method · 0.95
getCodeLine
Method · 0.95
getCodeColumn
Method · 0.95
getMessage
Method · 0.95
getCode
Method · 0.80
println
Method · 0.45
getFileName
Method · 0.45
printStackTrace
Method · 0.45
Tested by
no test coverage detected