org.apache.batik.css.parser
public class DefaultErrorHandler extends Object implements ErrorHandler
Field Summary | |
---|---|
static ErrorHandler | INSTANCE
The instance of this class. |
Constructor Summary | |
---|---|
protected | DefaultErrorHandler()
This class does not need to be instantiated. |
Method Summary | |
---|---|
void | error(CSSParseException e)
SAC: Implements {ErrorHandler#error(CSSParseException)}. |
void | fatalError(CSSParseException e)
SAC: Implements {ErrorHandler#fatalError(CSSParseException)}. |
void | warning(CSSParseException e)
SAC: Implements {ErrorHandler#warning(CSSParseException)}. |