error
public void error(String msg)
Description copied from class: Logger
Logs an error message. Such a message indicates something
wrong happened inside DTDDoc. This thing may affect the
course of execution of DTDDoc. That is, if it happens, the
result of the execution is not guaranteed.
- Specified by:
error
in class Logger
- Parameters:
msg
- Message to log.