Interface UserAgentErrorHandler

All Known Implementing Classes:
LogUserAgentErrorHandler

public interface UserAgentErrorHandler
Handles errors that the user agent finds.
  • Method Details

    • onSuperCookie

      @Deprecated default void onSuperCookie(URL offendingURL, String domain)
      Deprecated.
    • onUnknownProperty

      @Deprecated default void onUnknownProperty(String propertyName, String value)
      Deprecated.
    • onWrongPropertyValue

      default void onWrongPropertyValue(String propertyName, String value)
    • reset

      default void reset()
      Resets the error handler.

      Depending on the error handler, this call may not have any effect.