- All Known Implementing Classes:
IncorrectnessListenerImpl,SilentIncorrectnessListener
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface to receive notification of incorrect information in HTML code
(but not the parser messages), headers, ...
that HtmlUnit can handle but that denote a badly written application.
- Author:
- Marc Guillemot, Ronald Brill
-
Method Summary
-
Method Details
-
notify
Called to notify an incorrectness.- Parameters:
message- the explanation of the incorrectnessorigin- the object that encountered this incorrectness
-