Class ErrorDeclarationForProcessInstanceFinder

    • Field Detail

      • exception

        protected java.lang.Exception exception
      • errorCode

        protected java.lang.String errorCode
      • errorHandlerActivity

        protected PvmActivity errorHandlerActivity
      • currentActivity

        protected PvmActivity currentActivity
    • Constructor Detail

      • ErrorDeclarationForProcessInstanceFinder

        public ErrorDeclarationForProcessInstanceFinder​(java.lang.Exception exception,
                                                        java.lang.String errorCode,
                                                        PvmActivity currentActivity)
    • Method Detail

      • visit

        public void visit​(PvmScope scope)
        Description copied from interface: TreeVisitor
        Invoked for a node in tree.
        Specified by:
        visit in interface TreeVisitor<PvmScope>
        Parameters:
        scope - a reference to the node
      • isReThrowingErrorEventSubprocess

        protected boolean isReThrowingErrorEventSubprocess​(PvmActivity activityHandler)
      • getErrorHandlerActivity

        public PvmActivity getErrorHandlerActivity()