package org.apache.batik.css.engine; public interface CSSEngineUserAgent { void displayError(Exception exception); void displayMessage(String str); }