Class DomNode.CheckErrorHandler

  • All Implemented Interfaces:
    org.htmlunit.cssparser.parser.CSSErrorHandler
    Enclosing class:
    DomNode

    private static final class DomNode.CheckErrorHandler
    extends java.lang.Object
    implements org.htmlunit.cssparser.parser.CSSErrorHandler
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean errorDetected_  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private CheckErrorHandler()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void error​(org.htmlunit.cssparser.parser.CSSParseException exception)  
      (package private) boolean errorDetected()  
      void fatalError​(org.htmlunit.cssparser.parser.CSSParseException exception)  
      void warning​(org.htmlunit.cssparser.parser.CSSParseException exception)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • errorDetected_

        private boolean errorDetected_
    • Constructor Detail

      • CheckErrorHandler

        private CheckErrorHandler()
    • Method Detail

      • errorDetected

        boolean errorDetected()
      • warning

        public void warning​(org.htmlunit.cssparser.parser.CSSParseException exception)
                     throws org.htmlunit.cssparser.parser.CSSException
        Specified by:
        warning in interface org.htmlunit.cssparser.parser.CSSErrorHandler
        Throws:
        org.htmlunit.cssparser.parser.CSSException
      • fatalError

        public void fatalError​(org.htmlunit.cssparser.parser.CSSParseException exception)
                        throws org.htmlunit.cssparser.parser.CSSException
        Specified by:
        fatalError in interface org.htmlunit.cssparser.parser.CSSErrorHandler
        Throws:
        org.htmlunit.cssparser.parser.CSSException
      • error

        public void error​(org.htmlunit.cssparser.parser.CSSParseException exception)
                   throws org.htmlunit.cssparser.parser.CSSException
        Specified by:
        error in interface org.htmlunit.cssparser.parser.CSSErrorHandler
        Throws:
        org.htmlunit.cssparser.parser.CSSException