error
Description:
[
PrintfFormat ]
public void error (
string format, ...)
Outputs an error message, via the Scanner message handler.
Parameters:
this |
a Scanner
|
format |
the message format. See the printf documentation
|
... |
the parameters to insert into the format string
|