Uses of Class
org.w3c.css.sac.CSSParseException

Packages that use CSSParseException
org.apache.batik.css.parser Provides a CSS parser conform to the SAC API. 
org.w3c.css.sac   
 

Uses of CSSParseException in org.apache.batik.css.parser
 

Methods in org.apache.batik.css.parser that return CSSParseException
protected  CSSParseException Parser.createCSSParseException(java.lang.String key)
          Creates a parse exception.
protected  CSSParseException Parser.createCSSParseException(java.lang.String key, java.lang.Object[] params)
          Creates a parse exception.
 

Methods in org.apache.batik.css.parser with parameters of type CSSParseException
 void DefaultErrorHandler.warning(CSSParseException e)
          SAC: Implements {ErrorHandler#warning(CSSParseException)}.
 void DefaultErrorHandler.error(CSSParseException e)
          SAC: Implements {ErrorHandler#error(CSSParseException)}.
 void DefaultErrorHandler.fatalError(CSSParseException e)
          SAC: Implements {ErrorHandler#fatalError(CSSParseException)}.
protected  void Parser.reportError(CSSParseException e)
          Reports a parsing error.
 

Uses of CSSParseException in org.w3c.css.sac
 

Methods in org.w3c.css.sac with parameters of type CSSParseException
 void ErrorHandler.warning(CSSParseException exception)
          Receive notification of a warning.
 void ErrorHandler.error(CSSParseException exception)
          Receive notification of a recoverable error.
 void ErrorHandler.fatalError(CSSParseException exception)
          Receive notification of a non-recoverable error.
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.