
w3c.css.error.ErrorReport Maven / Gradle / Ivy
// $Id$
// Author: Jean-Guilhem Rouel
// (c) COPYRIGHT MIT, ERCIM and Keio, 2003.
// Please first read the full copyright statement in file COPYRIGHT.html
package org.w3c.css.error;
import java.io.PrintWriter;
/**
* ErrorReport
* Created: Jul 13, 2005 2:05:41 PM
*/
public abstract class ErrorReport {
abstract public void print(PrintWriter out);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy