Class DroolsJaxbHelperProviderImpl.JaxbErrorReceiver4Drools

  • All Implemented Interfaces:
    com.sun.tools.xjc.api.ErrorListener, com.sun.xml.bind.api.ErrorListener, org.xml.sax.ErrorHandler
    Enclosing class:
    DroolsJaxbHelperProviderImpl

    public static class DroolsJaxbHelperProviderImpl.JaxbErrorReceiver4Drools
    extends com.sun.tools.xjc.ErrorReceiver
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String stage  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void error​(org.xml.sax.SAXParseException e)  
      void fatalError​(org.xml.sax.SAXParseException e)  
      void info​(org.xml.sax.SAXParseException e)  
      void warning​(org.xml.sax.SAXParseException e)  
      • Methods inherited from class com.sun.tools.xjc.ErrorReceiver

        debug, error, error, error, error, getLocationString, pollAbort, warning
      • Methods inherited from class java.lang.Object

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

      • stage

        public java.lang.String stage
    • Constructor Detail

      • JaxbErrorReceiver4Drools

        public JaxbErrorReceiver4Drools()
    • Method Detail

      • warning

        public void warning​(org.xml.sax.SAXParseException e)
        Specified by:
        warning in interface org.xml.sax.ErrorHandler
        Specified by:
        warning in interface com.sun.tools.xjc.api.ErrorListener
        Specified by:
        warning in interface com.sun.xml.bind.api.ErrorListener
        Specified by:
        warning in class com.sun.tools.xjc.ErrorReceiver
      • error

        public void error​(org.xml.sax.SAXParseException e)
        Specified by:
        error in interface org.xml.sax.ErrorHandler
        Specified by:
        error in interface com.sun.tools.xjc.api.ErrorListener
        Specified by:
        error in interface com.sun.xml.bind.api.ErrorListener
        Specified by:
        error in class com.sun.tools.xjc.ErrorReceiver
      • fatalError

        public void fatalError​(org.xml.sax.SAXParseException e)
        Specified by:
        fatalError in interface org.xml.sax.ErrorHandler
        Specified by:
        fatalError in interface com.sun.tools.xjc.api.ErrorListener
        Specified by:
        fatalError in interface com.sun.xml.bind.api.ErrorListener
        Specified by:
        fatalError in class com.sun.tools.xjc.ErrorReceiver
      • info

        public void info​(org.xml.sax.SAXParseException e)
        Specified by:
        info in interface com.sun.tools.xjc.api.ErrorListener
        Specified by:
        info in interface com.sun.xml.bind.api.ErrorListener
        Specified by:
        info in class com.sun.tools.xjc.ErrorReceiver