Class ErrorResultBaseImpl

    • Constructor Detail

      • ErrorResultBaseImpl

        public ErrorResultBaseImpl()
    • Method Detail

      • addComponentKeyPath

        public void addComponentKeyPath​(java.lang.String aComponentKeyPath)
        Specified by:
        addComponentKeyPath in interface ErrorResult
      • addComponentKeyPath

        public void addComponentKeyPath​(java.lang.String aComponentKeyPath,
                                        boolean terminated,
                                        boolean disabled)
        Specified by:
        addComponentKeyPath in interface ErrorResult
      • getRootCause

        public java.lang.Throwable getRootCause()
        Description copied from interface: ErrorResult
        Returns the underlying root cause first reported as an error
        Specified by:
        getRootCause in interface ErrorResult
        Returns:
        Throwable
      • getTDs

        public ErrorResultTDs getTDs()
        Description copied from interface: ErrorResult
        Returns a collection of paths to the components that were terminated or disabled
        Specified by:
        getTDs in interface ErrorResult
        Returns:
        a collection of paths to the components that were terminated or disabled
      • setRootCause

        public void setRootCause​(java.lang.Throwable aThrowable)
        Specified by:
        setRootCause in interface ErrorResult
      • wasDisabled

        public boolean wasDisabled()
        Description copied from interface: ErrorResult
        Returns true if any disabling occured with this error
        Specified by:
        wasDisabled in interface ErrorResult
        Returns:
        true if any disabling occured with this error
      • wasTerminated

        public boolean wasTerminated()
        Description copied from interface: ErrorResult
        Returns true is any termination occurred with this error
        Specified by:
        wasTerminated in interface ErrorResult
        Returns:
        true is any termination occurred with this error