Class DMNCompilerImpl.PMMLImportErrConsumer

  • All Implemented Interfaces:
    java.util.function.Consumer<java.lang.Exception>
    Enclosing class:
    DMNCompilerImpl

    public static class DMNCompilerImpl.PMMLImportErrConsumer
    extends java.lang.Object
    implements java.util.function.Consumer<java.lang.Exception>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void accept​(java.lang.Exception t)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Consumer

        andThen
    • Constructor Detail

      • PMMLImportErrConsumer

        public PMMLImportErrConsumer​(DMNModelImpl model,
                                     org.kie.dmn.model.api.Import i)
      • PMMLImportErrConsumer

        public PMMLImportErrConsumer​(DMNModelImpl model,
                                     org.kie.dmn.model.api.Import i,
                                     org.kie.dmn.model.api.DMNModelInstrumentedBase node)
    • Method Detail

      • accept

        public void accept​(java.lang.Exception t)
        Specified by:
        accept in interface java.util.function.Consumer<java.lang.Exception>