Class ErrorInformationImpl

    • Method Detail

      • getError

        public java.lang.Throwable getError()
        Description copied from interface: ErrorInformation
        Returns the throwable that caused the error
        Specified by:
        getError in interface ErrorInformation
        Returns:
        The non-null throwable that caused the error to occur
      • getFailedDescriptor

        public Descriptor getFailedDescriptor()
        Description copied from interface: ErrorInformation
        Returns the descriptor associated with this failure, or null if the descriptor could not be determined
        Specified by:
        getFailedDescriptor in interface ErrorInformation
        Returns:
        The failed descriptor, or null if the descriptor could not be determined
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object